From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 #!/usr/bin/perlprint "1..1\n";print "ok 1\n";kill 'SEGV', $$;
#!/usr/bin/perl
print
"1..1\n"
;
"ok 1\n"
kill
'SEGV'
, $$;