From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 use Apache::ASP::CGI;&Apache::ASP::CGI::do_self(# Debug => 1,# StateDir => '/tmp/asp_test',);__END__<% $Response->Include('session.inc');%>
use
Apache::ASP::CGI;
&Apache::ASP::CGI::do_self
(
# Debug => 1,
# StateDir => '/tmp/asp_test',
);
__END__
<%
$Response->Include('session.inc');
%>