|
|
| XP is just a number | |
| PerlMonks |
how to print 'normal' string from hex string?by llagos (Initiate) |
| on Nov 22, 2011 at 16:31 UTC ( #939489=perlquestion: print w/ replies, xml ) | Need Help?? |
|
llagos has asked for the
wisdom of the Perl Monks concerning the following question:
Hi. I've got a string which is in hex format. Like this:
In 'normal' text this is "MAJR>West-b STM-1 MS-AIS(CLEAR)" How do I easily print this? I tried print hex $hex_string, but this converts to a number, so I get an Integer Overflow :( Regards, Leo
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||