Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    
    my @out = intToB5($word);
    print "out = ", join(", ", @out), "\n";
    
  2. or download this
    word = 17314053 = 0x01083105 = 0b000001000010000011000100000101
    out = 1, 2, 3, 4, 5