I'm using Win32::TieRegistry with ActivePerl Build 613

When I run the following script I get this output:

D:\Program Files\Common Files   (in cleanup) Can't call method "FETCH" on an
undefined value at d:/Perl/site/lib/Win32/TieRegistry
.pm line 1486 during global destruction.

Can anyone help me with this one?
Regards,
Borkur Gudjonsson

----- Script Start -----
#!/usr/bin/perl -w
use strict;
use Win32::TieRegistry( Delimiter=>"/", ArrayValues=>0 );
print
$Registry->{"LMachine/SOFTWARE/Microsoft/Windows/CurrentVersion/CommonFilesD
ir"};
----- Script End -------


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to