NAME
Win32::TieRegistry::Dump - dump Win32 registry tree
SYNOPSIS
use Win32::TieRegistry::Dump
$_ = Win32::TieRegistry::Dump::toArray ("LMachine/Software/LittleBits/");
while (my ($key, $value) = each %{$_} ){
warn "$key = $value\n";
}
exit;
DESCRIPTION
Returns an array of values in a Win32 registry tree, one key per array slot.
DEPENDENCIES
Win32::TieRegistry
EXPORTS
None.
AUTHOR
Lee Goddard <http://www.leegoddard.com/> Mailto: <Lee@LeeGoddard.com>
LICENCE AND COPYRIGHT
Copyrigh (C) 2001 Lee Goddard
This is free software made available under the same terms as Perl itself;