Ted, Holli & jZed,

Thanks a lot for your help. I am bothering you one more time, sorry!
The sample file i posted earlier is different from actual one.
I just wanted to get a hint from you guys and learn things to apply on my own but later when i tried to implement on my real file, i couldn't find a way.

Actually i am unable to create a matching pattern statement
for my hash. Please help me here with the real file which
looks like:

0.000000e+000 1.502947e+000
1.162272e-012 1.508957e+001
2.324544e-012 1.508948e+000
.....
0.000000e+000 1.502947e+001
1.162272e-012 1.508941e+001
2.324544e-012 1.508940e+000
....
0.000000e+000 1.503947e+000
1.162272e-012 1.504947e+000
2.324544e-012 1.508900e+001
..... so on

Its a 300MB file, the two values are tab seperated. The first column value is repeating after lets say 2000 lines. Their pair value varies (could be the same)
I would appreciate if you write a precise comments especially on matching statement

Thanks in advance.
Syed.

In reply to Re: how to place rows information into column? by Anonymous Monk
in thread how to place rows information into column? by Anonymous Monk

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.