in reply to Unable to read in a .bin file.
$/ = \1; # Set Input Record Separator to one byte while ( my $ch = <FILE> ) { [download]