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($_); # ... }
In reply to Re: Re: Re: Where's the result??? (problem with Win32::OLE)
by jand
in thread Where's the result??? (problem with Win32::OLE)
by jpavel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |