in reply to Search Script
What you should probably do is read all of one file or the other (whichever is expected to be smaller) into an array, and then use a foreach loop to walk through that array each time you read a line from the (other) file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Search Script
by arebc (Initiate) on May 04, 2005 at 17:20 UTC | |
by Roy Johnson (Monsignor) on May 04, 2005 at 17:48 UTC |