Help for this page

Select Code to Download


  1. or download this
    $dbh=DBI->connect() ....
    while(1) {
       do_something();
    }
    
  2. or download this
    sub do_something() {
      if($dbh's status is false) {
        $dbh=DBI->connect()....
      }
    }