/[webpac2]/trunk/conf/isi/cu-au-count.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/conf/isi/cu-au-count.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1208 - (hide annotations)
Fri May 29 21:41:37 2009 UTC (15 years ago) by dpavlin
File MIME type: text/plain
File size: 132 byte(s)
 r1902@llin:  dpavlin | 2009-05-29 23:41:36 +0200
 example usage of WebPAC::Output::DBI

1 dpavlin 1205
2     foreach my $cr ( rec_array 'CR' ) {
3     foreach my $au ( rec_array 'AU' ) {
4     row(
5     cited => $cr->{author},
6 dpavlin 1208 au => $au,
7 dpavlin 1205 );
8     }
9     }

  ViewVC Help
Powered by ViewVC 1.1.26