The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011121314 use Apache::ASP::CGI;&Apache::ASP::CGI::do_self();__END__<%@ LANGUAGE="PerlScript" %><% for(@Apache::ASP::Objects) { if(${$_}) { $t->ok; } else { $t->not_ok("object $_ not defined in ASP namespace"); }}%>
use
Apache::ASP::CGI;
&Apache::ASP::CGI::do_self
();
__END__
<%@ LANGUAGE="PerlScript" %>
<%
for(@Apache::ASP::Objects) {
if(${$_}) {
$t->ok;
} else {
$t->not_ok("object $_ not defined in ASP namespace");
}
%>