The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 print <<EOT;1..2ok fooEOTexit(0) unless $ENV{FAILURE_DO_PASS};print "ok bar\n";
print <<EOT;
1..2
ok foo
EOT
exit(0) unless $ENV{FAILURE_DO_PASS};
print "ok bar\n";