Win32::TieRegistry::Dump - dump Win32 registry tree


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;


FUNCTION toArray

Returns a reference to a hash of values in a Win32 registry tree, keyed by registry entry.


FUNCTION toArray

Returns an array of keys and values in a Win32 registry tree.


DEPENDENCIES

        Win32::TieRegistry


EXPORTS

None.


AUTHOR

Lee Goddard <http://www.leegoddard.com/> Mailto: <lgoddard -at- cpan -dot- org>


LICENCE AND COPYRIGHT

Copyrigh (C) 2001-2003 Lee Goddard

This is free software made available under the same terms as Perl itself;


SEE ALSO

See the Win32::TieRegistry manpage; the Win32::TieRegistry::PMVersionInfo manpage;

 Win32::TieRegistry::Dump - dump Win32 registry tree