/[webpac2]/trunk/conf/dipl/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/dipl/cu-au-count.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1272 - (hide annotations)
Tue Aug 11 13:05:35 2009 UTC (14 years, 9 months ago) by mglavica
File MIME type: text/plain
File size: 250 byte(s)
diploma work - changing the name of conf directory

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

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.26