Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

•Re: URI.pm bug or am i missing something?

by merlyn (Sage)
on Apr 20, 2003 at 02:16 UTC ( [id://251763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use URI;
    
    my $uri = URI->new('http://localhost/foo.cgi?foo=bar&foo=baz');
    my @result = $uri->query_form;
    print join(":", @result), "\n";
    
  2. or download this
    foo:bar:foo:baz
    

Log In?
Username:
Password:

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

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

    No recent polls found