Help for this page

Select Code to Download


  1. or download this
       return (DBI->connect($dsn,$db_user,$db_pass),
          {PrintError => 1, RaiseError => 1});
    
  2. or download this
       return DBI->connect($dsn,$db_user,$db_pass,
          {PrintError => 1, RaiseError => 1});