Help for this page

Select Code to Download


  1. or download this
    sub db_keepalive {
      # if connection is dead
      if(!$dbh->ping) {
    ...
          or die $DBI::errstr;
      }
    }