/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1208 - (show annotations)
Fri May 29 21:41:37 2009 UTC (14 years, 11 months 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
2 foreach my $cr ( rec_array 'CR' ) {
3 foreach my $au ( rec_array 'AU' ) {
4 row(
5 cited => $cr->{author},
6 au => $au,
7 );
8 }
9 }

  ViewVC Help
Powered by ViewVC 1.1.26