in reply to Re: Adding command line arguments.in thread Adding command line arguments.
print join("\n", grep {$_ % 2 == 0} @ARGV), "\n"; [download]