use strict; use warnings; print "$$) Doing something with $ARGV[0]\n"; sleep rand 10; print "$$) Finished running.\n";