Sorry for the Unclear question. I am first time in this. this is somewhat a homework question.Plz help me to sort it out..

the text i will get from another .txt file and the text file will have so many lines

i need to replace some repeating words with comma in each line.

For eg:

These are the-words-ofline-X c:\temp\onefilename.txt with time =10day2h::56m::25s

These are the-words-ofline-Y c:\temp\secondfilename.txt with time =5day3h::46m::45s

at the end i need

X,c:\temp\onefilename.txt,10,2,56,25,

Y,c:\temp\secondfilename.txt,5,3,46,45,

in an array


In reply to Re: Regular Expressions by Anonymous Monk
in thread Regular Expressions by replytokp

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.