#!/opt/third/party/bin/perl -w print "Start of testARGV.pl\n"; if ($#ARGV != 0) { foreach( @ARGV ) { print $_; } }