On Thu, Jun 07, 2007 at 10:32:54AM -0400, Michael Peters wrote: > Jonathan Vanasco wrote: > > > I use URI::Escape > > > > http://search.cpan.org/~gaas/URI-1.35/URI/Escape.pm > > > > its small, and comes in the std perl distro > > Good for URI escaping, but that's not the same thing as HTML escaping, which > is > what CGI's escape/unescape do right?
CGI's escape/unescape do URI escaping. CGI's escapeHTML and unescapeHTML do HTML escaping. Ronald