On 13 Oct 2007, at 22:52, Bill Ward wrote:
CGI.pm has code to do URI and HTML escaping.
DBI/DBD modules take care of SQL escaping.
Any other type of escaping is probably already taken care of by some
other module for that application.

Now, if your module just acts as a sort of "clearing house" for those
other escape methods, then that might be OK.  But I'm very leery of
the idea that you may be copying the code from those modules (or
writing equivalent code).

It's a clearing house. It makes no assumptions about which transformations you'll want to apply.

--
Andy Armstrong, Hexten



Reply via email to