in reply to forked kid can't read from IO::Select->can_read
the crucial words are: the filename is interpreted as a command to which output is to be piped - which means that the new process's control is up to the shell, and no longer to perl.If the filename begins with '|', the filename is interpreted as a comm +and to which output is to be piped, and if the filename ends with a ' +|', the filename is interpreted as a command which pipes output to us +. See "Using open() for IPC" in perlipc for more examples of this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: forked kid can't read from IO::Select->can_read
by Errto (Vicar) on May 22, 2005 at 15:07 UTC | |
Re^2: forked kid can't read from IO::Select->can_read
by Anonymous Monk on May 22, 2005 at 13:05 UTC |