Help for this page

Select Code to Download


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