Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect(..., {RaiseError => 1});
    
  2. or download this
    $dbh->do(qq|set names 'utf8'|)
        or die "Could't set names to utf8: " . $dbh->errstr;