http://www.perlmonks.org?node_id=33292


in reply to How do you use command line parameters?

#!/usr/bin/perl foreach (@ARGV) { print $_; };