Help for this page

Select Code to Download


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