Help for this page

Select Code to Download


  1. or download this
    my (%all, %clean, %fdnc);
    while (my $row = $csv->getline($input)) {
    ...
    for (sort keys %all) {
      say $_ unless $clean{$_} or $fdnc{$_};
    }
    
  2. or download this
    my @all_nums= sort keys %all;
    my @clean_nums= sort keys %clean;
    ...
          $dnc_nums[$i]
       ]);
    }