1 2 3 4 5
#... #... print "Hallo\n"; sleep(10); print "Welt";
$|++; print "Hallo"; sleep(10); print "Welt";