http://qs321.pair.com?node_id=418297

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
Anyone knows how to use "exit" in the code and than restart again after few seconds, like:

perl code here...
#stop for 3 seconds using exit;
exit;
#now, restart the rest of the code
rest of the perl code here...

Any one? Thank you!