in reply to Re: Perl starter with questions about processing data from a txt file
in thread Perl starter with questions about processing data from a txt file
Thanks! it worked but I am now confused. The code really listed the C value before D > 1e-3. But if I am understanding the code right, shouldn't Perl only report C values when D is > 1e-3 (that being said, I get Cn value instead of Cn-1)?
And if I have multiple D values larger than 1e-3, can I ask perl to report only the first Cn-1 value to me, instead of listing all?
Thanks again for any insights or answers!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl starter with questions about processing data from a txt file
by choroba (Cardinal) on Jan 17, 2013 at 17:34 UTC | |
by willperl (Initiate) on Jan 17, 2013 at 22:51 UTC | |
by willperl (Initiate) on Jan 17, 2013 at 23:00 UTC |