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 _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
