Help for this page

Select Code to Download


  1. or download this
      open my $fh, "<", $input or die "$input: $!";
      foo($fh);
    ...
        my $line = <$fh>;
        print $line;
      }