/[webpac]/trunk2/all2all.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

Diff of /trunk2/all2all.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 501 by dpavlin, Sun Oct 10 11:25:10 2004 UTC revision 503 by dpavlin, Sun Oct 10 17:21:17 2004 UTC
# Line 35  my $result = GetOptions( Line 35  my $result = GetOptions(
35  my $filter = {  my $filter = {
36          'CROVOC' => sub {          'CROVOC' => sub {
37                  my $tmp = shift || return;                  my $tmp = shift || return;
38                  return undef unless ($tmp =~ s/\s+CROVOC.*$/ */);                  return undef unless ($tmp =~ s/\s*CROVOC.*$/ */);
39                  return $tmp;                  return $tmp;
40          },          },
41          'CROVOC_tree' => sub {          'CROVOC_tree' => sub {
42                  my $tmp = shift || return;                  my $tmp = shift || return;
43                  $tmp =~ s/\s+CROVOC.*$/ */;                  $tmp =~ s/\s*CROVOC.*$/ */;
44                  $tmp =~ s/\s+EUROVOC.*//;                  $tmp =~ s/\s*EUROVOC.*//;
45                  return $tmp;                  return $tmp;
46          },          },
47  };  };

Legend:
Removed from v.501  
changed lines
  Added in v.503

  ViewVC Help
Powered by ViewVC 1.1.26