in reply to Re: IF and GREP Question
in thread IF and GREP Question
Depending on how many records you expect, you may need to save the contents of the file in an array, to avoid the I/O overhead.
If that is not viable, read the file, record-at-a-time in a loop, then loop through @backup_jobs for each record.
My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: IF and GREP Question
by kcott (Archbishop) on Sep 18, 2013 at 05:33 UTC |