README

NAME

Win32::Registry - Query the Windows registry using the Windows API

SYNOPSIS

use Win32::Registry::Subkeys;
my $hive = 'HKEY_LOCAL_MACHINE';
my $key  = 'SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths';
my @array  = get-subkeys( $hive, $key );

DESCRIPTION

Win32::Registry uses the NativeCall module to execute WinAPI functions to extract information from the registry.

SUBMODULES

See the documentation for the individual submodules for further details.

AUTHOR

Steve Dondley [email protected]

COPYRIGHT AND LICENSE

Copyright 2022 Steve Dondley

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Win32::Registry v0.0.4

Query the Windows registry using the Windows API

Authors

  • Steve Dondley

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Win32::Registry
  • Win32::Registry::Subkeys

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.