Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect ("dbi:CSV:", undef, undef, {
        f_dir              => $_ENV::TempFilesDIR,
    ...
        PrintError         => 1,
        ShowErrorStatement => 1,
        }) or die $DBI::errstr;