in reply to processing huge files
Igor.use Tie::File; tie @array, 'Tie::File', $filename or die $!; for (@array) { # parse # insert }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: processing huge files
by geektron (Curate) on Aug 02, 2005 at 16:55 UTC | |
by izut (Chaplain) on Aug 02, 2005 at 19:31 UTC | |
by geektron (Curate) on Aug 02, 2005 at 21:44 UTC | |
by izut (Chaplain) on Aug 02, 2005 at 22:21 UTC |