Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: passing data to other script via link

by calin (Deacon)
on Jun 08, 2004 at 08:48 UTC ( [id://362243]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl
    use CGI;
    ...
    ^D
    HTML escaped: a9: _-;&<tag>'"
    URL escaped:  a9%3A%20_-%3B%26%3Ctag%3E'%22
    
  2. or download this
    2.4.3. Excluded US-ASCII Characters
    
    ...
    
       Data corresponding to excluded characters must be escaped in order 
    +to
       be properly represented within a URI.
    
  3. or download this
    <a href="http://google.com/search?q=super search">unescaped space</a>
    <a href="http://google.com/search?q=super%20search">escaped space</a>
    <a href="http://google.com/search?q=super&amp;search">entity amp</a>
    <a href="http://google.com/search?q=super%26search">url-escaped amp</a
    +>
    

Log In?
Username:
Password:

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

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

    No recent polls found