Hi,

Is there a easy way to extract the ticket(may be using a Regular Expression)
parameter from a URL as follows

http://localhost/myTest.pl?ticket=ST-2-zbwAtOlYlfzoC6knUXP9&name=test

I need to extract this from the perl_module where I have a handler for the
$r as follows, which is called from the httpd.conf

sub authen_handler  {
        my $self= shift;
        my $r = shift;

     ......

Also would like to know how to get the entire queryString?

-- 
View this message in context: 
http://www.nabble.com/How-to-extract-a-parameter-tf3011730.html#a8364352
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to