in reply to Thread::new causes Undefined subroutine &threads::new
I'm trying to use Multithreading in the following line of code: $t=new Thread(\&checkTest); [download]
I'm trying to use Multithreading in the following line of code:
$t=new Thread(\&checkTest); [download]
perldoc Thread:
NAME Thread - manipulate threads in Perl (for old code only) [download]