Help for this page

Select Code to Download


  1. or download this
    my $dbh = DB->connect(
       'DBI:vendor:database:host','user','pass',
       { RaiseError => 1},
    );