From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 sub SSI::two { print "Content-type: text/html\n\n"; print "ok 2\n<br>";}SSI->two;
sub
SSI::two {
print
"Content-type: text/html\n\n"
;
"ok 2\n<br>"
}
SSI->two;