ibc has asked for the wisdom of the Perl Monks concerning the following question:
Any help is truly appreciated!$status = Win32::NetAdmin::LocalGroupGetMembers("", "NTGroupName", \@m +brs); print "status = $status\n"; foreach $result (@mbrs) { print "line = $result\n"; }
|
|---|