> Does anyone know how to do this? I dont mean the amount of variables in 
> it.
> I mean take list "a" and compare each element  to each element of list 
> "b"
> and if they match do something.

There is undoubtedly a way to use the CMP operator on a pair of arrays, 
but I found it  easier to convert one of the arrays to a hash and check 
for the existence of the key.

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to