http://www.perlmonks.org?node_id=705169


in reply to Re^4: how to read data for every 280 character ?
in thread how to read data for every 280 character ?

I personally believe that it has already been told you several times to read about binmode: how did it fail to answer your question? Alternatively, with a modern enough perl you can directly use a layer in the open call:

open my $fh, '<:raw', $filename or die "D'Oh! $!\n";
--
If you can't understand the incipit, then please check the IPB Campaign.