The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# gforth TAP generates a space after the plan. Should probably be allowed.
print "1..5 \n";
print "ok $_ \n" for 1..5;