Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print reverse split '', unpack'b*', pack'c', $val;
    print "\n";
    }
    
  2. or download this
    C:\>perl test.pl
                    Zero :    0 => 00000000
    ...
                 Or-ed 1 :    5 => 00000101
                 shift 1 :   10 => 00001010
                 Or-ed 0 :   10 => 00001010