in reply to Error with DBD::CSV
The error is that $attrs->{csv_csv_in} is undef.$array = $attrs->{csv_csv_in}->getline ($tbl->{fh}) or croak "Missing first row";
And you can see that the $DBD::File::VERSION is significant.# open_table (0 is used up to and including DBI-1.1611 # Later versions use open_file (see DBD::CSV::Table)
|
|---|