Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Activeperl 5.6 fork() doesn't friggin work

by premchai21 (Curate)
on Apr 18, 2002 at 00:34 UTC ( [id://160059]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # Pseudo-Perl; some code shortened to ellipses or text.
    ...
        #<process $line (one line read from server's response)>
    }
    __END__
    
  2. or download this
    $fork_errlvl = 1 unless defined $pid;
    die "Error forking client: Reason: $!\n" if $fork_errlvl != 0;
    
  3. or download this
    die "..." unless defined $pid;
    
  4. or download this
    defined($pid) or die "..."
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2025-04-25 16:37 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.