Help for this page

Select Code to Download


  1. or download this
    sub DESTROY {
        my $self = shift;
    ...
        }
        $self->{ _dbh }->disconnect;
    }
    
  2. or download this
    sub update_admin_message {
        my ( $self, $data_hash ) = @_;
    ...
        my $data = $self->_update_database( $sql, $values );
        $self->{ _dbh }->commit if ! $self->{ _error };
    }