The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
print '1..', scalar(@ARGV), "\n";
print "ok $_ ", $ARGV[ $_ - 1 ], "\n" for 1 .. @ARGV;