Help for this page

Select Code to Download


  1. or download this
    sub save_doc_as_text {
        my ( $infile, $outfile ) = @_;
    ...
        undef $doc;
        undef $word;
    }
    
  2. or download this
    sub word_find_and_replace {
        my ( $word, $rel_file_path, $tokens_ref ) = @_;
    ...
        undef $doc;
      return $content_ref;
    }