Hi!
The synopsis suggests that on_read means that all data has been
received. Unfortunately it can be called multiple times according
to AnyEvent::Handle.
Also on_eof doesn't seem to work, so I currently see no way how
I should see that the whole output of the child was received.
Or even: that the child is done at all (eg. exited).
Thanks,
Robin