in reply to DBD::CSV Question

You need to set the end of line attribute:
my $dbh = DBI::connect_cached("DBI:CSV:f_dir=/whatever;csv_eol=\n");
Note use of double quotes so \n is interpolated.

here's the docs.

cLive ;-)

--
seek(JOB,$$LA,0);