/[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 709 - (show annotations)
Mon Sep 25 16:07:20 2006 UTC (17 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 489 byte(s)
 r1011@llin:  dpavlin | 2006-09-25 17:42:53 +0200
 correction

1
2 marc('777','v',
3 lookup(
4 sub { 'ffkk/perl' . rec('000') },
5 'ffkk','peri',
6 sub { rec('11') }
7 ) ||
8 lookup(
9 sub { 'ffkk/perl' . rec('000') },
10 'ffkk','peri',
11 sub { first(rec(200,'a')) . ' ' . first(rec('200','e')) },
12 ) ||
13 lookup(
14 sub { "ffkk/perl" . rec('000') },
15 'ffkk','peri',
16 sub { rec(200,'a') },
17 sub { rec(900,'x') },
18 )
19 );
20
21 marc('900','x',
22 lookup(
23 sub { first(rec('200','a')) . ' ' . first(rec('200','b')) },
24 'ffps','libri',
25 sub { rec('245','a') },
26 )
27 );

  ViewVC Help
Powered by ViewVC 1.1.26