/[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 1213 - (hide annotations)
Sat May 30 20:39:50 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 250 byte(s)
example for WebPAC::Output::DBI

1 dpavlin 1205
2 dpavlin 1213 foreach my $au ( rec_array 'AU' ) {
3     row( 'authors', au => $au );
4     foreach my $cr ( rec_array 'CR' ) {
5     if ( ! $cr->{author} ) {
6     # warn "# cr ",dump( $cr );
7     next;
8     }
9 dpavlin 1210 row( 'cited',
10     cited_au => $cr->{author},
11     from_au => $au,
12 dpavlin 1205 );
13     }
14     }
15 dpavlin 1213

  ViewVC Help
Powered by ViewVC 1.1.26