Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect ($dsn, $user, $pass, {
        RaiseError         => 1,
    ...
        ShowErrorStatement => 1,
        FetchHashKeyName   => "NAME_lc",
        });