The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910111213 <html><head> <title>hello I am a test</title></head><body> <h1>hello I am a test</h1> <form> <input type="hidden" name=""><script>alert("hello");</script>" value="1"> </form></html>
<html>
<head>
<title>hello I am a test</title>
</head>
<body>
<h1>hello I am a test</h1>
<form>
<input type="hidden" name=""><script>alert("hello");</script>" value="1">
</form>
</html>