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

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -

| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -

| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -




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 GET and POST responses  
differ in how they parse arguments.  one seems to be uri_unescaped,  
and the other seems not


i'm trying to standardize how i intereact with this.




// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -

| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -

| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -