Sun, 06 Feb 2011 08:54:50 -0500 письмо от Shawn H Corey <shawnhco...@gmail.com>:

> On 11-02-06 07:10 AM, Octavian Rasnita wrote:
> > 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;
> 
> use Thread::Queue;
> 
> This module does the work of threads::shared.  It is easier to use.
> 


Thanks for all your helps.
How about the Coro module?
http://search.cpan.org/~mlehmann/Coro-5.25/Coro.pm

I have heard Threads is out of date in modern perl.

Thanks.

-- 
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