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

Re: Updating scripts from late 90's

by gellyfish (Monsignor)
on Apr 12, 2005 at 16:01 UTC ( [id://447072]=note: print w/replies, xml ) Need Help??


in reply to Updating scripts from late 90's

$value =~ s/%(..)/pack("c",hex($1))/ge;

This looks like you are decoding URL encoded form data yourself - in modern code you probably want to use the CGI module to access CGI form parameters.

/J\

Log In?
Username:
Password:

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

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

    No recent polls found