llagos has asked for the wisdom of the Perl Monks concerning the following question:
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$hex_string = "4d414a523e576573742d622053544d2d31204d532d41495328434c4 +5415229"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to print 'normal' string from hex string?
by Eliya (Vicar) on Nov 22, 2011 at 16:37 UTC | |
|
Re: how to print 'normal' string from hex string?
by johngg (Canon) on Nov 22, 2011 at 17:36 UTC | |
by BrowserUk (Patriarch) on Nov 22, 2011 at 17:54 UTC | |
by johngg (Canon) on Nov 23, 2011 at 11:17 UTC |