From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

print '1..', scalar(@ARGV), "\n";
print "ok $_ ", $ARGV[ $_ - 1 ], "\n" for 1 .. @ARGV;