getting this error message when I run the code below.
I suspect I have to close something but don't know
how.  The input file is a list of machines.  Thanks
(tried undef, sleep, Close  (there isn't one) ...)

ERROR MESSAGE:  msg: Overlapped I/O operation is in progress

$keyName = 'SOFTWARE\\Intel\\LANDesk\\VirusProtect6';
while (<Fi>) {
  chomp;
  undef $remoteKey;
  $remoteKey = $Registry->Connect($_, "LMachine") or die "msg: $^E\n"; 
  $norton = $remoteKey->{$keyName};
  $src = $norton->{"CurrentVersion\\Parent"};
  print qq($machineName 'CurrentVersion\\Parent" = $src\n);
}


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to