Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^7: Thread Design help

by BrowserUk (Patriarch)
on Sep 08, 2010 at 19:59 UTC ( [id://859407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $request->enqueue( [$dbname,$dataEntity{$dbname}] );
    
  2. or download this
    use threads::shared;
    ...
    ...
        my @args :shared = ( $dbname,$dataEntity{$dbname} );
        $request->enqueue( \@args );
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found