Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: URL/URI encoding strings to go into query strings

by dakkar (Hermit)
on Feb 09, 2003 at 13:10 UTC ( [id://233889]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     use URI::URL;
    
    ...
     $u->query_form(query=>q(what's up doc?), page => 2);
    
     print $u->as_string,"\n";
    
  2. or download this
    /myscript.cgi?query=what's+up+doc%3F&page=2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found