Here is the area around my code:

83       close $client;
84       my $t = Thread->new(\&Timer);
85       $t->detach;

I am not getting an error with /use Thread;/ but when I try to create the thread it gives me an error, whereas it wasn't before...
Thread is the old interface for creating threads in Perl, it has been superceded by the pragma 'threads'. Try to change your code to use it.

--
Jedaï
_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to