/[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 680 - (show annotations)
Wed Sep 20 12:04:28 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 332 byte(s)
rewrite proposal for new lookups

1
2 marc('777','v',
3 lookup(
4 sub { 'ffkk/perl' . rec('000') },
5 'ffkk','peri',
6 sub { rec('11') },
7 sub { rec('11') },
8 ) ||
9 lookup(
10 sub { 'ffkk/perl' . rec('000') },
11 'ffkk','peri',
12 sub { rec('200','a') . rec('200','e') },
13 ) ||
14 lookup(
15 sub { 'ffkk/perl' . rec('000') },
16 'ffkk','peri',
17 sub { rec('200','a') },
18 )
19 );

  ViewVC Help
Powered by ViewVC 1.1.26