Hi List,

The following simple code throws "Undefined subroutine $main::KEY_READ
called at ..."
use Win32::TieRegistry;
my $MyKey= my $Registry->Open("LMachine", {Access => "KEY_READ", Delimiter
=> "/"} )
or  die "Can't open subkey: $^E\n";

I'm using build 638 which comes with Win32API::Registry so KEY_READ should
be visible. Use-ing it doesn't help either. Does anyone have a clue? Thanks.

Regards,
BobS

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

Reply via email to