Help for this page

Select Code to Download


  1. or download this
    sub dbh{
      my ($self) = @_;
      return $self->{_dbh};
    }
    
  2. or download this
    sub select_db{
      my $self = shift;
      return $self->{_dbh}->selectall_arrayref(@_);
    }