Help for this page

Select Code to Download


  1. or download this
    package DB;
    use DBI;
    ...
      logd('switching db');
      $self->dbh($self->_db_connect($self->db));
    }