Mega Code Archive
Categories
/
Perl
/
Language Basics
List all command line argument
#!/usr/bin/perl -w use strict; print "[$_]\n" foreach @ARGV;