Help for this page
CSV_RECORD: while (my $value_of = $csv->getline_hr($csv_fh)) { next CSV_RECORD if $csv->{field_count} == 1; # ... }