Help for this page
#!/usr/bin/perl -w use strict; ... print "count=$c hex=$hex[$c] bin=$bin_data[$c]\n"; $c++; }
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