Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $string = 'once upon a binary bit';
    ...
        print "$byte\t";
    }
     print "\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my @nums = (unpack "L*",$file);
    print "@nums\n";
    close ZZ;