Help for this page

Select Code to Download


  1. or download this
    my %line_count;
    for my $csid (@csid_list) {
        $line_count{$csid} = 0;
    }
    
  2. or download this
    ++$line_count{$csid};