Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, Hoping you can help. I'm using Apache2::RequestRec and wish to get the url parameters return in a hash. Method args() give me the parameters in a string (e.g. 'A=1&B=2&C=3' ). Seems had to believe that I'd have to parse the string manually. Any advise would be much appreciated.
  • Comment on Get url params using Apache2::RequestRec

Replies are listed 'Best First'.
Re: Get url params using Apache2::RequestRec
by hippo (Archbishop) on Nov 13, 2013 at 23:28 UTC
      Thanks I just use a Request object