Well as far as code is concerned i cant make sense of it how to write that is why i seek help here and as far as my data is concerned i have already given in my first question the tracroute result where i have to match ip address in each line. once again trace route table is given below i want to check if ip address of line and the line before previous line are same it should display warning msg that says " routing loop". thanks for help

1 10.0.0.110 (10.0.0.110) 0.449 ms 0.353 ms 0.385 ms 2 10.0.0.109 (10.0.0.109) 0.367 ms 0.355 ms 0.412 ms 3 10.0.0.110 (10.0.0.110) 0.660 ms 0.669 ms 0.644 ms 4 10.0.0.109 (10.0.0.109) 0.794 ms 0.702 ms 0.665 ms 5 10.0.0.110 (10.0.0.110) 1.113 ms 1.010 ms 0.997 ms 6 10.0.0.109 (10.0.0.109) 1.039 ms 0.997 ms 1.001 ms

In reply to Re^2: Comparing lines in txt.file by zakishah
in thread Comparing lines in txt.file by zakishah

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.