|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
CGI.pm and encoding HTML entities in param()by skazat (Chaplain) |
| on Jun 17, 2008 at 21:21 UTC ( [id://692589]=perlquestion: print w/replies, xml ) | Need Help?? |
|
skazat has asked for the wisdom of the Perl Monks concerning the following question: I'm finding that vars that I pull from the CGI.pm's param method are encoded, as if they've been run through HML::Entities. Ala: my $foo = $q->param('foo'); I couldn't find the entity encoding spec'd in the CGI.pm docs - is this something new? This is becoming a problem, as I'm double-encoding my HTML::Entities. I've been working with CGI.pm for about 9 years now and this is surprising to find the behavior change. I'm having a hard time making a simple example from the large behemoth of a problem that's showing this problem, but I will continue to try to get one :)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||