On 2011-02-06 12:12, terry peng wrote:
What's the suggested module for perl's threads? I have been using Perl 5.12 under linux.
Stay away from threads. Design and develop in a way that no internal resources (but read-only data) are shared.
-- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/