[Catalyst] access to query string?
    Keith Grennan 
    keith at squeegeemedia.com
       
    Fri Sep 30 01:11:08 CEST 2005
    
    
  
Hey,
First off: Catalyst is great!  Thanks for all your work.
Quick question:
Is there a way to access the request query string from $c->req?
I see the API exposes the path and the parsed arguments, but I want to
get at the original query string.
Also I found something that might be a bug.  When running under the CGI
engine, $c->req->path seems to return the path and the query string
together, while under mod_perl or the catalyst server, it returns just
the path.
Thanks for your help.
Keith
    
    
More information about the Catalyst
mailing list