![]() |
|
XP is just a number | |
PerlMonks |
Re^3: Find maximum number in text file and copying its full statement in new text file?by Anonymous Monk |
on May 07, 2015 at 06:16 UTC ( #1125951=note: print w/replies, xml ) | Need Help?? |
If you are going to print inside the loop, then use of @lines is useless (given the code), for the current line would be the only one (1) element of @lines, ever. What is your input? What is the highest number printed?
In Section
Seekers of Perl Wisdom
|
|