Help for this page

Select Code to Download


  1. or download this
    my $filename;
    if (defined(my $fileno = fileno($fh))) {
    ...
          $filename = undef unless -e $filename;
       }
    }