Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: When constructing a URL from script variables, how do I handle spaces properly?

by merlyn (Sage)
on Apr 30, 2000 at 16:01 UTC ( [id://9737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      <a href="/cgi-bin/editmarine.pl?marine=$marineid">edit marine</a>
    
  2. or download this
    #Sample Code
    
    my $SafeMarine = URI::Escape::uri_escape($marineid);
    <a href="/cgi-bin/editmarine.pl?marine=$SafeMarine">edit marine</a>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-24 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found