Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print "count=$c hex=$hex[$c] bin=$bin_data[$c]\n";
            $c++;
    }
    
  2. or download this
    Using a hash as a reference is deprecated at ./hexconvt.pl line 27.
    Using a hash as a reference is deprecated at ./hexconvt.pl line 27.
    ...
    count=14 hex=DE bin=11011110
    count=15 hex=8F bin=10001111
    count=16 hex=45 bin=01000101