Help for this page

Select Code to Download


  1. or download this
    my $value_of;
    $csv->parse();
    @value_of{ @ordered_field_labels } = $csv->fields();
    
  2. or download this
    my @ordered_field_labels;
    
    ...
    
        # ...
    }