hi monks Can somebody help me out here... The issue is i have multiple documents (.doc only) in a folder and every document has the following tags:

1.doc=> writeexcel module.pl Tag: 001 Spreadsheet module.pm Tag: 002 2.doc=> perl monks.pl Tag:003 Seekers.pm Tag:004 3.doc=> Perl Wisdom.pl Tag:007 Monks.pm Tag:015

There is a .txt file in the same folder which has the new tag for the .pl and .pm files mentioned in the .doc files

File Name ->Tags.txt writeexcel module.pl Tag: 025 Spreadsheet module.pm Tag: 018 perl monks.pl Tag:039 Seekers.pm Tag:085 Perl Wisdom.pl Tag:078 Monks.pm Tag:035

So i have to open each and every document and i have to see the new tag and i have to modify it manually in every .doc file..Is there any way or snippet to do it? Currently there are many doc files and there are 1000 of tags...Help out monks

Each and every file (.pl and .pm) will be used only once in the whole set of documents. If Seekers.pm is mentioned in 2.doc it willnt be used again in any other documents in the folder

Thank u monks


In reply to txt file to doc file by stallion

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.