output:use URI; my $u = URI->new("http://perlmonks.org/index.pl?node_id=164782&abc=123 +"); my @param = $u->query_form(); foreach (@param) { print "$_\n"; }
C:\S>perl uritest.pl node_id 164782 abc 123
In reply to Re: Memory leaking? - CGI.pm
by jsprat
in thread Memory leaking? - CGI.pm
by daviddhall
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |