Help for this page

Select Code to Download


  1. or download this
    perl -ne '$n=tr/://;$h{$n}++; END{
     print "$h{$_} lines have $_ colons\n" for(sort{$a<=>$b} keys %h)}'  <
    + gleandata.csv
    
  2. or download this
        my @row = split(/:/, $line, 24);