in reply to Perl threads - just stuck
I am calling the start function instead of passing the reference.... Here is the correct way of doing it.threads->create(\&start(),"");
Now it works like a charm... Man that was easy.threads->create(\&start,"");
|
|---|