Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I have Perl 5.005_03 or 5.6.0 on my Linux servers - always the default install from the distribution. I understand that after 5.005 Perl has thread support.
When I try use Thread; I always get a missing module error. When I try install Thread under perl -MCPAN -e shell it always tries to install Perl 5.6.1. I cannot find the basic Thread package on cpan.org.
How do I get thread support?
Thanks,
Tim E.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: How do I get thread support?
by tye (Sage) on Jul 21, 2001 at 02:34 UTC | |
|
Re: How do I get thread support?
by Graham (Deacon) on Jul 21, 2001 at 02:42 UTC |