in reply to Re: How to convert a binary character to readable ASCII Integers
in thread How to convert a binary character to readable ASCII Integers

ORLY?

$ perl -MO=Deparse -e 'print "\x"' print "\000";

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re^2: How to convert a binary character to readable ASCII Integers
  • Download Code

Replies are listed 'Best First'.
Re^3: How to convert a binary character to readable ASCII Integers
by apl (Monsignor) on Feb 13, 2008 at 00:23 UTC
    I followed the link, and I thank you for it. Nonetheless, 78 hex is lower-case 'X'. They got into the file somehow. (I'd like to see a little more of the code, myself.)