in reply to Re^3: reading lines from a text file
in thread reading lines from a text file
Is this possible, I mean, does the inner "while loop" help me to read next line in the file. How can I read next line in a file, being inside first "while loop". I dont want to break first while loop. Thanks.while($line=<FH>) { while($nextline=<FH>) { .... } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: reading lines from a text file
by ikegami (Patriarch) on Dec 27, 2008 at 11:13 UTC | |
by baxy77bax (Deacon) on Dec 27, 2008 at 11:36 UTC |