in reply to
Troubles with do...while loop and sleep
It probably has something todo with buffering of your output. And you have to use print "Hello...\n"; Otherwise no newline will not be printed and no buffer flush will occur.
Comment on
Re: Troubles with do...while loop and sleep
In Section
Seekers of Perl Wisdom