Scotmonk has asked for the wisdom of the Perl Monks concerning the following question:
I have to search through data and find instances that match and those that do not match, line on line
I have this input dataI need help with code that will read the first five lines of this data, and compare all values found with those values in line 6. So that the output (to output.txt) is;
match:could you help me please with code that will read the data, compare it as above and write the data to an output.txt file
thankyou
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: comparing lines of data
by tybalt89 (Monsignor) on Nov 15, 2019 at 20:31 UTC | |
by Scotmonk (Sexton) on Nov 15, 2019 at 22:38 UTC | |
by AnomalousMonk (Archbishop) on Nov 16, 2019 at 01:51 UTC | |
by harangzsolt33 (Deacon) on Nov 16, 2019 at 01:03 UTC | |
by marto (Cardinal) on Nov 16, 2019 at 09:26 UTC |