FF: binmode ARGV; while(<>) { print } continue { if(eof) { close ARGV; goto FF; } }