> I know how to retrieve name/value pairs from the query string via the
> ARGS block, but what if you want the whole thing after (or including)
> the question mark? Is there a variable setup for this?
>
> Thanks!

Using mod_perl you can get it using:  my $query = $r->args;

See:
http://perl.apache.org/docs/1.0/api/Apache.html#_r_E_gt_args____query_string___

Regards,

Florian

>
> --
> Doug Dawson
> Application Developer
> Physicians Mutual Insurance Company
> (402) 930-2432
>
> Some people are like Slinkies. Not really good for anything, but you
> still can't help but smile when you see one tumble down the stairs.
>
>
>
> ____________________________________________________________
> This message and any attachments are confidential, may contain privileged
> information, and are intended solely for the recipient named above.
> If you are not the intended recipient, or a person responsible for
> delivery to the named recipient, you are notified that any review,
> distribution, dissemination or copying is prohibited.  If you have
> received this message in error, you should notify the sender by return
> email and delete the message from your computer system.
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to