in reply to print sleep print
#!/usr/bin/perl -w $|++; print "foo"; sleep 5; print "bar"; [download]