Help for this page

Select Code to Download


  1. or download this
    sub ensure_connected {
          my ($self) = @_;
    
    ...
          $self->_populate_dbh;
          }
    }