Ok dear friends. In terms of text let me explain what I am
doing.
The steps are as follows:-
1) Read the File 1 containing key and values.
2) Then match the keys with the keys in the 2nd File 2.
3) After matching keys of File 1 to File 2 I am finding
the location of File 1 key value in File 2.
4) Once the location is found I am going backwards from
that position and finding out "TTT" word. Once that word is
found then I move with 3 window size starting with "TTT".
5) Once it reaches the location as reported in File 1. Then
I try to include this location into a 3 window size word in
in sequence with the TTT word . Means I m moving as 3 size
window and then printing my location fitted in the 3 window
size word
Thats it

In reply to Re^2: howto accomodate multiple values by aspirado
in thread howto accomodate multiple values by aspirado

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.