Help for this page

Select Code to Download


  1. or download this
    DBI connect('database','username',...) failed: Too many connections
    
  2. or download this
    sub cgiapp_init {
        my $self = shift;
    ...
        my $self = shift;
        $self->param('dbh')->disconnect() or die $self->param('dbh')->errs
    +tr;
    }