Help for this page

Select Code to Download


  1. or download this
    open my $fh , "<", "temp.txt";
    $self->fh($fh);
    while (<$fh>) {
      print $_;
    }