- or download this
package Template::Secure;
...
return $ret;
}
- or download this
# a bit hacky way to redefine subs without modifying sources; this
# code can be put directly into Template::Secure module
...
};
}
- or download this
#!/usr/bin/perl -T
...
</body>
</html>
- or download this
#!/usr/bin/perl -T
...
Hello, [% HTML.escape(name) %]!
</body>
</html>