Help for this page

Select Code to Download


  1. or download this
      set(%params);
      create(\%params);
    
  2. or download this
       sub set_all{
          my($self, %params) = @_;
    ...
          }
          $self->set(%p); # call the original set
       }