Parsing query strings

$qq will contain an associative array of the query string parameters.

use strict;
use URI::Query;
my $qs = query_string();
my $qq = URI::Query->new($qs);
my %qq = $qq->hash;
print $qq{'action'};

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.