Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: converting charters to HEX doce

by wufnik (Friar)
on Jun 10, 2004 at 20:37 UTC ( [id://363185]=note: print w/replies, xml ) Need Help??


in reply to converting charters to HEX doce

try this. s/YOURSTRING/MYSTRING/; ;-)

perl -e 'map {printf ("%x",ord($_))} split(//,"MYSTRING")'
...wufnik

-- in the world of the mules there are no rules --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found