in reply to In Win32::TieRegistry, what is the best way to tell if a registry variable exists?
$key= new Win32::TieRegistry "LMachine\\Software\\", { Access=>KEY_READ(), Delimiter=>"\\" }; [download]