Help for this page

Select Code to Download


  1. or download this
            my $fh = new FileHandle("< $file");
            if (! $fh) {
    ...
            $fh->seek(0, 0);
            }
    
  2. or download this
    $line = <$fh>;