print "hello,\n"; sleep 2; print "world!\n"; sleep 2; print "bye!"; #### #hello, - instantly #after 4 seconds delay: #world! #bye! #### #some kind of cycle: {print "\a"; sleep $timeout; }
## #hello, - instantly #after 4 seconds delay: #world! #bye! ##
## #some kind of cycle: {print "\a"; sleep $timeout; }