Help for this page
my $file = shift; my $F = FileHandle->new; ... # it also lets you do things like $F->autoflush; # instead of that whole select() business