in reply to Re^2: Converting Binary Numbers into Binary File
in thread Converting Binary Numbers into Binary File
I'll beat your 41
perl -pe 'BEGIN{binmode STDOUT}chomp;$_=pack"B*",$_'
with 36
perl -pe 'BEGIN{binmode STDOUT}$_=pack"B16",$_'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Converting Binary Numbers into Binary File
by borisz (Canon) on Sep 14, 2006 at 08:32 UTC | |
by shmem (Chancellor) on Sep 15, 2006 at 21:23 UTC | |
Re^4: Converting Binary Numbers into Binary File
by shmem (Chancellor) on Sep 13, 2006 at 20:48 UTC |