in reply to Win32API::Registry Troubles
use strict; use warnings; use Win32::Registry; my $key = $HKLM->OpenEx("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersi +on\\Winlogon"); #"); print $key->GetValue("DefaultDomainName");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32API::Registry Troubles
by puploki (Hermit) on Nov 16, 2005 at 13:59 UTC |