![]() |
|
XP is just a number | |
PerlMonks |
Re: searching through databy linuxer (Curate) |
on Apr 16, 2009 at 12:12 UTC ( #757957=note: print w/replies, xml ) | Need Help?? |
Just an idea: Instead of searching through @array1 for each line of your input file, you could store the values you read from the file in another array and then compare the two arrays... and print the matching values.
In Section
Seekers of Perl Wisdom
|
|