in reply to Re: Reinventing wheels: query string parsing.
in thread Reinventing wheels: query string parsing.

>>Disregarding your actual code, why don't you copy from CGI.pm if you want to do something differently?
Copy *what* from CGI.pm?

>>Oh yeah, and you forgot to localize $_. You stomp on it right now - that's unfriendly.
Good point, I fixed it in my code but I can't update my root node so..
  • Comment on Re: Re: Reinventing wheels: query string parsing.

Replies are listed 'Best First'.
Re: Re: Re: Reinventing wheels: query string parsing.
by diotalevi (Canon) on Jul 27, 2003 at 21:40 UTC

    I once read the query parsing code in CGI.pm. If I found it, so can you.