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

Contents of /trunk/conf/dipl/tables-cropsy.pl

Parent Directory Parent Directory | Revision Log Revision Log


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

1
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

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.26