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

Re: Re: making fork() a flag, and wait()ing properly

by c (Hermit)
on Feb 08, 2002 at 19:09 UTC ( [id://144188]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $node ( @devices ) {
        if( $do_fork ) {
    ...
            do_exciting_things();
        }
    }
    
  2. or download this
    use POSIX;
    my $do_fork = 1;
    ...
            ...
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 00:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found