Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Can't close pipe to invalid process

by ikegami (Patriarch)
on Aug 31, 2015 at 18:00 UTC ( [id://1140557]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E'
       pipe($r, $w) or die $!;
    ...
       say "ok";
    '
    ok
    
  2. or download this
    $ perl -E'
       open(my $fh, "|-", "perl", "-e", "exit 123") or die $!;
    ...
       say "ok";
    '
    Error 123
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1140557]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2025-04-22 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.