in reply to Re: Re: Where's the result??? (problem with Win32::OLE)
in thread Where's the result??? (problem with Win32::OLE)
my $keys = Variant(VT_BYREF|VT_VARIANT); my $result = $registry->EnumKey(2147483651, $base, $keys); my @dim = $keys->Dim; for ($dim[0][0] .. $dim[0][1]) { my $key = $keys->Get($_); # ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Where's the result??? (problem with Win32::OLE)
by jpavel (Sexton) on Mar 27, 2003 at 15:00 UTC | |
by jand (Friar) on Mar 27, 2003 at 22:24 UTC |