Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect ("dbi:CSV:", undef, undef, {
        f_dir                  => ".",      # Not needed, is default
    ...
        RaiseError             => 1,        # Always a good option!
        PrintError             => 1,        # Also a good choice
        });