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


Win32-TieRegistry-Dump documentation  | view source Contained in the Win32-TieRegistry-Dump distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use Win32::TieRegistry::Dump
	$_ = Win32::TieRegistry::Dump::toArray ("LMachine/Software/LittleBits/");
	while (my ($key, $value) = each %{$_} ){
		warn "$key = $value\n";
	}
	exit;

FUNCTION toArray

Top

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

FUNCTION toArray

Top

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

DEPENDENCIES

Top

	Win32::TieRegistry

EXPORTS

Top

None.

AUTHOR

Top

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

LICENCE AND COPYRIGHT

Top

SEE ALSO

Top

See Win32::TieRegistry; Win32::TieRegistry::PMVersionInfo;


Win32-TieRegistry-Dump documentation  | view source Contained in the Win32-TieRegistry-Dump distribution.