Help for this page
#!perl use strict; ... local @ARGV = @$_; do "myscript.pl"; }
#!perl # myscript.pl ... print "Running myscript.pl with @ARGV \n"; sleep 2; print "Finished\n";