blackadder has asked for the wisdom of the Perl Monks concerning the following question:
use strict VAR; use warnings 'all'; use Win32API::Registry; use Win32API::Net; use Win32::TieRegistry; use Win32; my $CurrVer; my $p = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"; my $main::HKEY_LOCAL_MACHINE->Open($p, $CurrVer) || die "OPEN $!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extracting Registry information
by Ido (Hermit) on Jun 19, 2002 at 10:58 UTC | |
by Anonymous Monk on Jun 19, 2002 at 12:55 UTC | |
by dda (Friar) on Jun 19, 2002 at 13:18 UTC | |
by Anonymous Monk on Jun 19, 2002 at 13:41 UTC | |
|
(tye)Re: Extracting Registry information
by tye (Sage) on Jun 19, 2002 at 15:59 UTC |