Help for this page
sub UNIVERSAL::isError { 0 }
if( $data ) {
# Dies if any method fails: $value= $Registry->SetOption(Delimiter=>"/") ->OpenKey("This")->GetValue("That"); ... if( ! $Registry->OpenKey("Foo")->GetValue("Bar") ) { # Create missing bits here }