perl glue - is there a way of accessing a param without unescaping the value?

2007-01-07 Thread Jonathan Vanasco
simply put. is there a way of accessing a param ? ?encoded=type%3Durl $apr-param('encoded') = 'type=url' i need to access the raw value of encoded // Jonathan Vanasco | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Re: perl glue - is there a way of accessing a param without unescaping the value?

2007-01-07 Thread Jonathan Vanasco
On Jan 7, 2007, at 10:43 PM, Jonathan Vanasco wrote: simply put. is there a way of accessing a param ? ?encoded=type%3Durl $apr-param('encoded') = 'type=url' i need to access the raw value of encoded just to clarify... this is because using param, it seems that