Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Reusable threads demo

by TGI (Parson)
on Jun 13, 2008 at 17:25 UTC ( [id://691952]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    PROCESS_DATA:
    ...
              }else{ print "out of input\n"; last PROCESS_DATA;  }
         }
    } # end PROCESS_DATA
    
  2. or download this
    sub worker{
        my $thr_num = shift;
    ...
    
        return;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found