in reply to Re: Problems using DBD::CSV
in thread Problems using DBD::CSV

That seemed to do the trick! Changed my connect line to this:
my $filehandle = DBI->connect("DBI:CSV:f_dir=$files;csv_eol=\n");
and things worked like a charm :)

Thanks for all the help,
MrCromeDome