Given a string of text, how do I convert it to a string of hexadecimal
values?  For example, given the string "Hello", I want the string "48
65 6C 6C 6F".

-- 
Mark

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to