/[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 1205 - (show annotations)
Fri May 29 20:32:13 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 132 byte(s)
 r1896@llin:  dpavlin | 2009-05-29 22:32:12 +0200
 added rec_array and row and small example how to create
 multiple rows from single record in input file

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

  ViewVC Help
Powered by ViewVC 1.1.26