/[webpac2]/trunk/conf/isi/citirani-radovi.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/isi/citirani-radovi.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations)
Tue Aug 11 12:35:21 2009 UTC (14 years, 8 months ago) by mglavica
File MIME type: text/plain
File size: 438 byte(s)
diploma work

1 # warn dump(rec('AU'));
2 # warn dump(rec_array('AU'));
3
4 row( 'citirani',
5 ca => rec('A'),
6 cr_auth => rec('B'),
7 cr_ref => rec('C'),
8 cr_year => rec('D'),
9 cr_vol => rec('E'),
10 cr_page => rec('F'),
11 ttc => rec('H'),
12 cr =>
13 join_with(', ',
14 join_with(', P',
15 join_with(', V',
16 join_with(', ',
17 rec('B'),
18 rec('D'),
19 rec('C'),
20 ),
21 rec('E'),
22 ),
23 rec('F')
24 ),
25 rec('G')
26 ),
27 can => rec('J')
28 );

  ViewVC Help
Powered by ViewVC 1.1.26