in reply to Re^3: csv parsing with multiple missing values/multiple commas
in thread csv parsing with multiple missing values/multiple commas

here is line 91
line 90 my @hash = $csv->names; #returns hash line 91 my @vals = values @hash; #hash to array

Replies are listed 'Best First'.
Re^5: csv parsing with multiple missing values/multiple commas
by Corion (Patriarch) on Aug 02, 2014 at 21:52 UTC

    It's highly unlikely that this is the code that produces this error message:

    Argument "" isn't numeric in numeric eq (==) at ./test.pl line 91, <GE +N2> line 4516.

    So most likely, you have different line numbers, but in my opinion, the solution will remain the same. Set elements with the empty string to zero and the comparision will work.