Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Multi-threaded behavior, file handle dups and writing to a file

by cganote (Initiate)
on Jan 06, 2014 at 18:58 UTC ( [id://1069569]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #testlock.pl
    ...
    }
    $fork->wait_all_children;
    close $out;
    
  2. or download this
    #!/usr/bin/perl -w
    #test.pl
    ...
        $fork->finish;
    }
    $fork->wait_all_children;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1069569]
Approved by Old_Gray_Bear
Front-paged by toolic
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found