in reply to How do you use command line parameters?

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