Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: mysterious fork() failure

by dws (Chancellor)
on Jan 05, 2002 at 01:11 UTC ( [id://136383]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # create new directory here
        if (($pid = fork()) == 0) {
           # remove directory here
    ...
           # log fork() failure here
           # remove directory here
        }
    
  2. or download this
      print undef == 0 ? "true!\n" : "false\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-23 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found