Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: More pipe problems

by Cubes (Pilgrim)
on Jul 18, 2001 at 22:49 UTC ( [id://97828]=note: print w/replies, xml ) Need Help??


in reply to More pipe problems

The open only fails if your process can't fork at all. As noted already, the return from close will give you the exit status of the child process. You may also get a SIGPIPE if you try to write to a pipe whose other end has gone away.

Update: See the section on Pipes in chapter 6 of the camel for more information; reading up on the specifics of pipes on your OS might also provide enlightenment (they are strange beasts, and can cause all sorts of oddball errors if handled improperly).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-09-10 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.