in reply to Adding command line arguments.
foreach $number (@ARGV) { print "$number\n" unless ($number % 2); } [download]