Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print $fh $_;
    }
    close $fh;
    
  2. or download this
    use warnings;
    use strict;
    ...
            print $outfh $_;
    }
    $repl->finish;