Help for this page

Select Code to Download


  1. or download this
    my $file_name = ...;
    my $kwd       = ...;
    ...
          print "$_\n\n";
       }
    }
    
  2. or download this
    my $fn_in  = ...;
    my $fn_out = ...;
    ...
          print $fh_out "$_\n\n";
       }
    }