Help for this page
use strict; use warnings; ... while (defined (my $hr = $csv->getline_hr ($io))) { print Dumper ($hr); }