Hello, I have two arrays, IE:
@arrayA = qw(1 3 5 6); @arrayB = qw(2 3 6 4);what I am attempting to do is finding a match from @arrayA in @arrayB ... what is the best way to accomplish this?
TIA, Mike(mickalo)BlezienThunder Rain Internet Publishing
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>