maddfisherman has asked for the wisdom of the Perl Monks concerning the following question:
what could i do to save the 1s 2s and 3s in an array without saving the whole file to an array line by line, then turning it into a string and then match and push the data onto an array?file.txt 111****222222222222 22222222222****333333333333333 333333333333333**** so on and so on endfile.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading a file
by jryan (Vicar) on Aug 23, 2001 at 05:56 UTC | |
by pinetree (Scribe) on Aug 23, 2001 at 07:05 UTC |