X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=conf%2Fdipl%2Ftables-cropsy.pl;fp=conf%2Fdipl%2Ftables-cropsy.pl;h=36bf51874d7d873838deec1ae3aacaebda852f8d;hb=d237f2fa806afb0f42660c2a4e8223b007615862;hp=0000000000000000000000000000000000000000;hpb=bd6194c3beaf6432e6ea8fa59580f101d84dae49;p=webpac2 diff --git a/conf/dipl/tables-cropsy.pl b/conf/dipl/tables-cropsy.pl new file mode 100644 index 0000000..36bf518 --- /dev/null +++ b/conf/dipl/tables-cropsy.pl @@ -0,0 +1,14 @@ + +my @c1 = rec_array ('C1'); +my @rp = rec_array ('RP'); +foreach my $au ( rec_array('AU') ) { + row( 'cropsy', + ut => rec('UT'), + au => $au, + c1 => shift @c1, + rp => shift @rp, + tc => rec('TC'), + py => rec('PY') + ) +} +