7;;
> $VAR2 = 'Mike Flannigan';
>
> So it appeared to work to me. It made no sounds.
>
> Mike
>
> > Subject: Win32::NetAdmin::LocalGroupGetMembers
> > Date: Fri, 25 Jun 2004 17:40:05 -0400
> > From: "perl.org" <[EMAIL PROTECTED]>
>
That's because the SID is stored in binary, and when you try to print
it, it tries to convert that binary value into a series of characters,
one of which is the beep sound (I know it doesn't make any sense, but
it's true).
> Subject: Win32::NetAdmin::LocalGroupGetMembers
> D
I just tried this on my Win2000 client machine and it gave
the following:
$VAR1 = 'Administrator';
$VAR2 = 'Mike Flannigan';
So it appeared to work to me. It made no sounds.
Mike
> Subject: Win32::NetAdmin::LocalGroupGetMembers
> Date: Fri, 25 Jun 2004 17:40:
could understand, but a repeated binary
value is a little weird.
C:\temp>type try.ipl
use strict;
use Data::Dumper;
use Win32::NetAdmin;
my @{users} = ();
if ( ! Dumper( Win32::NetAdmin::LocalGroupGetMembers( '', 'administrators',
[EMAIL PROTECTED] )))
{
print