in reply to Re: Adding command line arguments.
in thread Adding command line arguments.

maybe
print join("\n", grep {$_ % 2 == 0} @ARGV), "\n";
if it needs to be human readable :)