in reply to Re: Runing "regular" code with threaded perl
in thread Runing "regular" code with threaded perl
Sleep is a bad hack that fails the moment the system runs what the program is waiting on slower. Please don't encourage sleep. The proper way to do it is to test for some condition.