Help for this page

Select Code to Download


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