The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    use Template::Stash::EscapeHTML;
    
    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.