Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Character conversion

by vladb (Vicar)
on Feb 22, 2006 at 17:09 UTC ( [id://532019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $str =~ s/([^A-Za-z0-9])/sprintf("%%%02X", ord($1))/seg;
    
  2. or download this
    $str =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/seg;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found