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 :)
In reply to CGI.pm and encoding HTML entities in param() by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |