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.