perl.perl6.build...Perl 5.6: Linux Threading by Jiten Goel- February 8, 2001 Hi,I have problem with Perl Threading on Linux.I compiled 5.6 on Linux and trying to create threads.Sample program:============!usrbinperl -wfile : test.pluse Thread;$thr = new Thread &foo;sub foo() print "hi";==========$.test.plError: No threads in this perl at .test.pl line 4Thanks in advance for your help.-Jiten============= CURRENT perl Conf ===============:!perl -VSummary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=linux,...http://www.nntp.perl.org/group/perl.perl6.build/2001/02/msg7.html |