Tom,
----- Original Message ----- From: "Tom Phoenix" <[EMAIL PROTECTED]>
To: "Mike Blezien" <[EMAIL PROTECTED]>
Cc: "Perl List" <beginners@perl.org>
Sent: Sunday, September 17, 2006 10:10 AM
Subject: Re: finding matches in multiple arrays


On 9/17/06, Mike Blezien <[EMAIL PROTECTED]> wrote:

what I am attempting to do is finding a match from @arrayA in
@arrayB ... what is the best way to accomplish this?

Are you trying to find the intersection of two arrays? I believe this
is covered in the FAQ, and there's probably a module on CPAN as well.
Or are you trying to do something else? Cheers!

I found the List::Compare module on CPAN, which does exactly what I needed. Makes it alot easier. :)

thx's
Mike

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to