From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Template::Stash::EscapeHTML - escape HTML automatically in Template-Toolkit.

SYNOPSIS

my $tt = Template->new({
STASH => Template::Stash::EscapeHTML->new,
...
});

DESCRIPTION

This module is a sub class of Template::Stash, automatically escape all HTML strings and avoid XSS vulnerability.

AUTHOR

Tomohiro IKEBE, <ikebe@shebang.jp>

COPYRIGHT

Copyright 2005 Tomohiro IKEBE, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.