The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 use Apache::ASP::CGI;&Apache::ASP::CGI::do_self(# Debug => 1# StateDir => '/tmp/asp_test', SessionSerialize => 1,);__END__<% $Response->Include('session.inc');%>
use
Apache::ASP::CGI;
&Apache::ASP::CGI::do_self
(
# Debug => 1
# StateDir => '/tmp/asp_test',
SessionSerialize
=> 1,
);
__END__
<%
$Response->Include('session.inc');
%>