/[webpac2]/trunk/conf/lookup/ffkk-arti.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/lookup/ffkk-arti.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 722 - (show annotations)
Fri Sep 29 12:48:07 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 362 byte(s)
local

1
2 marc('777','w',
3 lookup(
4 sub { 'ffkk/peri/mfn' . rec('000') },
5 'ffkk','peri',
6 sub { rec('11') }
7 ) ||
8 lookup(
9 sub { 'ffkk/peri/mfn' . rec('000') },
10 'ffkk','peri',
11 sub { first(rec(200,'a')) . ' ' . first(rec('200','e')) },
12 ) ||
13
14 lookup(
15 sub { "ffkk/peri" . rec('000') },
16 'ffkk','peri',
17 sub { rec(200,'a') },
18 # sub { rec(900,'x') },
19 )
20
21 );
22

  ViewVC Help
Powered by ViewVC 1.1.26