Help for this page
{ open(my $fh, '>', 'deleteme.tmp') ... # Not binmode. print <$fh>; }
{ ... binmode(STDIN); print scalar(<STDIN>), scalar(<STDIN>), scalar(<STDIN>); }