The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 use Apache::ASP::CGI;&Apache::ASP::CGI::do_self(NoState => 1);__END__<% $t->ok; $Response->End; $t->not_ok;%>
use
Apache::ASP::CGI;
&Apache::ASP::CGI::do_self
(
NoState
=> 1);
__END__
<%
$t->ok;
$Response->End;
$t->not_ok;
%>