example SQL file with dbi included in comment
[MojoFacets.git] / public / code / Cited Author,Year.count.pl
1 foreach my $author ( @{ $row->{'Cited Author'} } ) {\r
2   $out->{ $author }->{ $_ }++ foreach @{ $row->{'Year'} };\r
3 }