I'm trying to modify the windows registry, in particular to change my DNS search list (under windows NT). I've seen some examples of tie::registry but can't figure it out. Can anyone help? so far I have something like this, but I don't get any output.
$key = 'HKEY_LOCAL_MACHINE\SYSTEM\Services\Tcpip\Parameters';
use Win32::TieRegistry;
$paramater = $Registry->{$key};
print $parameter;