Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Question about URL query strings

by frodo2014 (Initiate)
on Feb 17, 2014 at 23:17 UTC ( [id://1075234]=note: print w/replies, xml ) Need Help??


in reply to Re: Question about URL query strings
in thread Question about URL query strings

#!/usr/bin/perl use 5.014; use strict; use warnings; use autodie; use Data::Dumper; use URI; my $info = "/?foo=Zoo&foo=aha"; my $uri = URI->new($info); my %query = $uri->query_form; print Dumper \%query;

Replies are listed 'Best First'.
Re^3: Question about URL query strings
by LanX (Saint) on Feb 17, 2014 at 23:29 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1075234]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 19:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found