Help for this page

Select Code to Download


  1. or download this
    package SomePackage;
    use base 'Class::Base';
    ...
    }
    
    1;
    
  2. or download this
    # set from above gets renamed _set_DEFAULT
    
    ...
          return $self->_set_DEFAULT($attrib, $value);
       }
    }