foreach $number (@ARGV) { print "$number\n" unless ($number % 2); } [download]
In reply to Re: Adding command line arguments. by robobunny in thread Adding command line arguments. by Anonymous Monk