Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect("DBI:mysql:$dbase", $mysql_user,
        $mysql_pass) or print DBI=>"errstr";
    
  2. or download this
    my $dbh = DBI->connect("DBI:mysql:$dbase", $mysql_user,
        $mysql_pass) or print DBI->errstr;