in reply to
Clean URLs and CGI.pm
I'm not exactly sure what you mean about CGI not playing nice. Are you worried about extra parameters when you call self_url or something?
If so, make a new CGI object and only copy the params you want and then call self_url on that.
-Lee
"To be civilized is to deny one's nature."
Comment on
Re: Clean URLs and CGI.pm
Replies are listed 'Best First'.
Re: Re: Clean URLs and CGI.pm
by
swiftone
(Curate)
on Jun 11, 2001 at 20:18 UTC
Sorry for not being clear. I want to use CGI.pm to make sure that I take advantage of all the security checks. (Otherwise I'd just copy QUERY_STRING).
[reply]
In Section
Seekers of Perl Wisdom