Help for this page
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 });