in reply to Re^2: Problem parsing semicolon delimited file with DBD::CSV
in thread Problem parsing semicolon delimited file with DBD::CSV

try using field_sep instead of sep_char. I can't find any mention of the latter in the sources.

Replies are listed 'Best First'.
Re^4: Problem parsing semicolon delimited file with DBD::CSV
by sxmwb (Pilgrim) on Jul 28, 2006 at 01:08 UTC
    Thanks, tried the field_sep and still the same result. It does not look like it is recognizing the code to tell it to use the semicolon as a separator character and is still using commas.