Help for this page
use strict; use warnings; ... print "\$0 = $0\n"; print "\$ARGV[0] = $ARGV[0]\n"; }
$0 = arg_test.pl $ARGV[0] = foo