From: "terry peng" <terry.p...@mail.ru>
> What's the suggested module for perl's threads?
> I have been using Perl 5.12 under linux.
> 
> Thanks. 



use threads;
use threads::shared;

Octavian



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to