Help for this page
use strict; use warnings; ... print "this is partial line...."; sleep (20); print "the rest of the story\n";
use strict; use warnings; ... print STDERR "starting another sleep\n"; sleep(20); print STDERR "program ended\n";