|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Re: Re: Why use taintby Juerd (Abbot) |
| on Mar 10, 2002 at 04:33 UTC ( [id://150697]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
As you said, encoding solves the problem. And I don't like CGI.pm, and won't use it unless forced. Not even for cookies, I'd use CGI::Cookie for that, if I have to (note: CGI::Cookies is used by CGI.pm). Or I'd just write a quick-and-dirty regex like s/(\W)/sprintf "%%%02x", ord $1/ge.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||