my $dbh = DBI->connect ("dbi:CSV:f_dir=/root", undef, undef, { f_ext => ".csv", RaiseError => 1, } ); #### my $dbh = DBI->connect ("dbi:CSV:f_dir=root", undef, undef, { f_ext => ".csv", RaiseError => 1, } ); #### my $dbh = DBI->connect ("dbi:CSV:", undef, undef, { f_ext => ".csv", RaiseError => 1, f_dir => "/root", } ); #### my $dbh = DBI->connect ("dbi:CSV:", undef, undef, { f_ext => ".csv", RaiseError => 1, f_dir => "root", } );