in reply to Re: how to place rows information into column (2)
in thread how to place rows information into column?

Hi sh1n,

are we assigning these lines
'0.000000e+000 1.502947e+000
1.162272e-012 1.508957e+001
2.324544e-012 1.508948e+000';
to the variable $file. With '...' in the middle means some 2000 more pairs in continuity. Kindly explain your very first line of the code.
many thanks,
riz.
  • Comment on Re^2: how to place rows information into column (2)

Replies are listed 'Best First'.
Re^3: how to place rows information into column (2)
by sh1tn (Priest) on Feb 02, 2005 at 23:02 UTC
    Hi riz,

    The very first line is scalar instead of file handler for simplicity.
    As fas as I understand more important is the way we match (or split) these two columns.
    Do you really think that another 2000 lines matter something?
    As conserns RAM or performance - it doesn't matter.