The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

1<%
;
# the output of this script should just be '', or nothing
$Response->Redirect('NULL.asp');
die("should never get here");
%>
2