The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 #!/usr/bin/perluse Apache::ASP::CGI;&Apache::ASP::CGI::do_self(Global => 'global_event_end', NoState => 1);__END__<% $t->not_ok; %>
#!/usr/bin/perl
use
Apache::ASP::CGI;
&Apache::ASP::CGI::do_self
(
Global
=>
'global_event_end'
,
NoState
=> 1);
__END__
<% $t->not_ok; %>