in reply to redo entire loop
You could try Tie::File and iterate through each line looking for your desired value/data and modify it directly. If I understood the documentation correctly, Tie::File does not necessarily store the entire file in memory and allows for the user to control it's memory usage setting when called.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: redo entire loop
by ikegami (Patriarch) on Aug 13, 2010 at 16:01 UTC |