Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: hash elements are lost during reaping

by umitd (Initiate)
on Dec 11, 2012 at 11:30 UTC ( [id://1008275]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub StartJob {
    
    ...
        }
        elsif ($pid == 0) {
    ....
    
  2. or download this
    foreach $pid ( keys(%TrappedPIDs) ) {
            $rc = $TrappedPIDs{$pid};
    ...
               # do the processing ..
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found