in reply to Re^2: How to split file for threading?
in thread How to split file for threading?
No. Anonymonk is suggesting not using for() to read a file.
Use while (my $line = <INFILE>){ ... instead.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to split file for threading?
by diyaz (Beadle) on Jun 23, 2015 at 15:47 UTC | |
by BrowserUk (Patriarch) on Jun 23, 2015 at 16:01 UTC | |
by Anonymous Monk on Jun 23, 2015 at 16:50 UTC | |
by diyaz (Beadle) on Jun 23, 2015 at 16:51 UTC |