Unfortunately there no null-char sequence,  there are just \r\n\t\t\t chars
betwen the values, and I've removed all theses values without sucess.

Solli



De:   "RICH, ADAM (SBCSI)" <[EMAIL PROTECTED]> em 24/03/2003 14:24 EST

Para:       "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
      [EMAIL PROTECTED]
cc:
Assunto: RE: Getting incomplete value with Win32::Lanman::GetEventDescript
      ion


The strings are probably null-char delimited.  You should remove \x00
from the strings.

$string =~ s/\x00//g;


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 1:19 PM
To: [EMAIL PROTECTED]
Subject: Getting incomplete value with
Win32::Lanman::GetEventDescription



I'm trying to get the security event description with
Win32::Lanman::GetEventDescription( $Computer, $Event ) from a Windows 2000
server, and I could observe that the Accesses value are incomplete, it's
returning just the first value from the accessess list.

I'd like know if someone know how can I fix it ?

Thanks,

Solli M. Honorio

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

Tamanho do  Documento: 2,81 Kbytes            Limite = 1200 Kbytes







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

Reply via email to