Since you should have uniqueness in the usernames, you could place
one set of data(say the FILE) into a hash using the usernames as the key.
Now you can read from the function and where the key does not exist, do
something.


Wags ;)

-----Original Message-----
From: Robert-Jan Mora [mailto:rob@;smaragd.xs4all.nl]
Sent: Wednesday, October 23, 2002 11:39
To: [EMAIL PROTECTED]
Subject: compare arrays Netadmin monitor globalgroups


Hello,

I want to compare two arrays;
one @array = <FILE> and the other @members from the function
Win32::NetAdmin::GroupGetMembers($server, $groupname, \@members)

The idea is to check a list of usernames from a file and check it with the
above call, if there is a mismatch do bla.......

Can someone help me?
Thankz in advance.


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to