Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
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 chilling in the Monastery: (3)
As of 2024-04-16 19:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found