Win32::TieRegistry::Dump - dump Win32 registry tree |
Win32::TieRegistry::Dump - dump Win32 registry tree
use Win32::TieRegistry::Dump $_ = Win32::TieRegistry::Dump::toArray ("LMachine/Software/LittleBits/"); while (my ($key, $value) = each %{$_} ){ warn "$key = $value\n"; } exit;
Returns a reference to a hash of values in a Win32 registry tree, keyed by registry entry.
Returns an array of keys and values in a Win32 registry tree.
Win32::TieRegistry
None.
Lee Goddard <http://www.leegoddard.com/> Mailto: <lgoddard -at- cpan -dot- org>
Copyrigh (C) 2001-2003 Lee Goddard
This is free software made available under the same terms as Perl itself;
See the Win32::TieRegistry manpage; the Win32::TieRegistry::PMVersionInfo manpage;
Win32::TieRegistry::Dump - dump Win32 registry tree |