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

NAME

HTML::Entities::Interpolate - Call HTML::Entities::encode_entities, via a hash, within a string

Synopsis

        use HTML::Entities::Interpolate;

        print qq{<input name="data" value="$Entitize{$old_data}">\n};

        print qq{The full text of the block is <pre>$Entitize{$block}</pre>\n};

        print $Entitize{<<EOF};
        Check out the web page at http://tipjar.com/bin/test?foo=bar&reg=inald
        EOF

Description

HTML::Entities::Interpolate is a pure Perl module.

Constructor and initialization

Not needed.

Author

David Nicol <davidnicol@gmail.com>.

Maintainer: Ron Savage <ron@savage.net.au>.