Real Perl newbie question... I have a script that retrieves a response using HTTP:Request and HTTP:Response. I get back a response in the content as a URLEncoded string. For example 'id=101&results=passed'
I would like to take this response, and parse it into an array where I can call each value by it's key name, for example: print 'My ID = %myarray['id']'; print 'My Results = %myarray['results']'; How can I do this? Thanks, Tom -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
