The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567 1<% ;# the output of this script should just be 1$Response->End;die("should never get here");%>2
1<%
;
# the output of this script should just be 1
$Response->End;
die("should never get here");
%>
2