use strict; use warnings; print "First Argument: $ARGV[0]"; print "\n********************\n"; print "Second Argument: $ARGV[1]";