use Apache::ASP::CGI;
&Apache::ASP::CGI::do_self(
XMLSubsMatch => 'my:[\w\-]+',
NoState => 1,
UseStrict => 1,
Debug => 0,
XMLSubsPerlArgs => 'Off',
);
__END__
<% my $ref = { ok => 1, ref => \'data' } ; %>
ok
<% $t->eok($Deep == 3, "Deep tag to call twice"); %>