in reply to Re^3: Non-blocking pipe write
in thread Non-blocking pipe write
and then it quits. Line 8 is:Can't use an undefined value as a symbol reference at pipes.pl line 8.
I'm just playing with this trying to learn. Sounds like the open is failing. What am I missing? Update: Well, I understand that $handle is undefined at that point. What I am wondering is what it should be.if (!defined($pid = open($handle, "|-"))) {
|
|---|