From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #!perl -w# test all the basic functionalityprint "Content-type: text/plain\n\n";print "ok $0";__END__this is some irrelevant data
#!perl -w
# test all the basic functionality
print
"Content-type: text/plain\n\n"
;
"ok $0"
__END__
this is some irrelevant data