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

Re: How to Remove %40

by CountZero (Bishop)
on Dec 11, 2008 at 14:13 UTC ( [id://729691]=note: print w/replies, xml ) Need Help??


in reply to How to Remove %40

It is your browser which transforms '@' into '%40'. (Note the '%' comes first, followed by the number). The data has been "URL-encoded". A program such as CGI normally decodes the url-encoded paramaters back into their original form. You are using CGI (or one of its brethren) aren't you?

If for whatever reason the data remains encoded, yoou can decode it with a module such as URI::Escape.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://729691]
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: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found