Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by hossman (Prior)
on Apr 20, 2003 at 06:10 UTC ( [id://251778]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    laptop:~> perl -l -w -MURI
    my $u = new URI();
    ...
    print join ':', $u->query_form;
    __END__
    foo:bar:foo:baz
    
  2. or download this
    laptop:~> perl -l -w -MURI -MURI::QueryParam
    my $u = new URI('http://perl.com/?a=b&foo=baz&c=d&foo=bar');
    print join ', ', $u->query_param('foo');
    __END__
    baz, bar
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found