Help for this page

Select Code to Download


  1. or download this
    # untested
    my @fields = qw(
    ...
    );
    
    @fields{@fields} = $csvIn->extract(@fields);
    
  2. or download this