print "First
\n"; sleep 2 print "Second\n"; ### $| = 1; print "First
"; sleep 2; print "Second";