From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 #!/usr/bin/perl -wuse strict;use warnings;print "I'm a Perl program without an extension\n";
#!/usr/bin/perl -w
use
strict;
warnings;
print
"I'm a Perl program without an extension\n"
;