From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 #!perluse warnings;use strict;use Function::Parameters;fun bad_1($x, @y, $z) {}'ok'
#!perl
use warnings;
use strict;
use Function::Parameters;
fun bad_1($x, @y, $z) {}
'ok'