Help for this page

Select Code to Download


  1. or download this
            sub add_company {
               my ($self,$data) = shift;
    ...
               $self->{ _dbh }->commit if ! $self->{ _error };
               return $return;
            }