- or download this
<html>
<head><title>test.tmpl</title></head>
...
</form>
</body>
</html>
- or download this
#!/usr/bin/perl -wT
# test3a.pl
...
ok(!tainted($t), $t);
}
}
- or download this
C:\Users\SilasTheMonk\Downloads\Documents\paranoia>perl -T test3a.pl b
+lah=hello
1..11
...
# </body>
# </html>
# Looks like you failed 5 tests of 11.
- or download this
package CGI::Taintless;
...
}
1
- or download this
#!/usr/bin/perl -wT
# test3.pl
...
ok(!tainted($t), $t);
}
}