in reply to Re: Process large text data in array
in thread Process large text data in array
BrowserUk Thanks for pointing it out. The process not only checking just for "active" value, there are more checking, it is only sample. I built the codes into sub so it is easier for me to refer and debug in future.
I'm more prefer to use separate sub calling to get the file content instead of using
while( <TEMPFILE> ) { processLine( $_ ) }
in every part of codes I'm going to retrieve the file content. I'm taking your notes, will do more test for every codes of it. Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Process large text data in array
by SuicideJunkie (Vicar) on Mar 10, 2015 at 15:34 UTC | |
Re^3: Process large text data in array
by locked_user sundialsvc4 (Abbot) on Mar 11, 2015 at 02:11 UTC | |
by hankcoder (Scribe) on Mar 11, 2015 at 04:22 UTC | |
by BrowserUk (Patriarch) on Mar 11, 2015 at 10:34 UTC |