Help for this page

Select Code to Download


  1. or download this
      $dbh = DBI->connect("DBI:mysql:db_name:db_host:3306;mysql_connect_ti
    +meout=5","username","password");
    
  2. or download this
    
    eval {
    ...
       die unless $@ eq "connect timeout\n";
    }