Win32::Registry 
Tweak version 0.00.26. 
[EMAIL PROTECTED] 

The following code works sporadically. It seems to fail more than it works.
When it fails, $Result, $^E, and $! all appear to be null. The variables
$OldSid and $ProfileImagePath contain valid data. Can anyone tell me how to
better trouble this situation?


use Win32::Perms;
use Win32::Registry;
use Win32::Lanman;
use strict;

my $Result = $HKLM->Load($OldSid, "$ProfileImagePath\\NTuser.DAT",
REG_LOADTEMPORARY);
print "Result of load op: \'$Result\' \'$!\' \'$^E\'\n";
print "$ProfileImagePath\\NTuser.DAT, $OldSid\n";
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to