/[webpac2]/trunk/conf/dipl/tables-cropsy.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/tables-cropsy.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1270 - (hide annotations)
Tue Aug 11 12:33:26 2009 UTC (14 years, 10 months ago) by mglavica
Original Path: trunk/conf/isi/tables-cropsy.pl
File MIME type: text/plain
File size: 222 byte(s)
diploma work

1 mglavica 1270
2     my @c1 = rec_array ('C1');
3     my @rp = rec_array ('RP');
4     foreach my $au ( rec_array('AU') ) {
5     row( 'cropsy',
6     ut => rec('UT'),
7     au => $au,
8     c1 => shift @c1,
9     rp => shift @rp,
10     tc => rec('TC'),
11     py => rec('PY')
12     )
13     }
14    

  ViewVC Help
Powered by ViewVC 1.1.26