On Thu, 2006-08-31 at 12:45 -0400, Kevin A. McGrail wrote: > Attached is our function that we use both under mod_perl and standard > perl.
No offense, but you'd be much better off using one of the standard parsers, like CGI.pm or libapreq. These get a lot of peer review and the bugs have been pretty well shaken out over the years. If you think it's easy to get these things right, take a look at the CGI.pm changelog. - Perrin