http://www.perlmonks.org?node_id=45578


in reply to Accessing one perl sub by multiple threads..

Perl isn't thread safe. You'll need to do one of the following:

There might be some other methods, but the above should give you a feel for what is required.

Please contact me at poorna@india.hp.com

Sorry, you'll have to check back here.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Accessing one perl sub by multiple threads..