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

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®=inald
EOF

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

Not needed.


David Nicol <davidnicol@gmail.com>.