Help for this page
FF: binmode ARGV; while(<>) ... { if(eof) { close ARGV; goto FF; } }
while(<>) { ... print $_=<>; close BINMODE; }