in reply to TexT::CSV and getline

I've never used the Filehandle module, so I'm guessing, but you don't appear to be using it as specified in the docs. The first thing I would try is to use a normal file handle without using the module, creating it in the "open" command, so: open(my $fh, "<", $ARGV[0]) etc.

Regards,

John Davies