in reply to DBD::CSV forgets a column and a row?

I don't see the column labels in your file. That is, the first line of a CSV file is special, providing the names for the columns. If they are missing, that's where your first line of data went - it's being interpreted as the column labels.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: DBD::CSV forgets a column and a row?