On Mon, 2007-12-31 at 00:52 -0800, aclhkaclhk wrote:

Hi Peter

> insert.pl
>    use DBI;
>     $dbh = DBI->connect("DBI:CSV:f_dir=/root/csv/
> db;csv_sep_char=",";csv_quote_char=;csv_eol=\n")
>         or die "Cannot connect: " . $DBI::errstr;

I suggest you check the double-quotes used in the connect() call.
-- 
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


Reply via email to