/[webpac2]/trunk/run.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 /trunk/run.pl

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

revision 233 by dpavlin, Tue Dec 6 16:40:18 2005 UTC revision 251 by dpavlin, Thu Dec 15 14:12:00 2005 UTC
# Line 77  while (my ($database, $db_config) = each Line 77  while (my ($database, $db_config) = each
77                  my $isis = new WebPAC::Input::ISIS(                  my $isis = new WebPAC::Input::ISIS(
78                          code_page => $config->{webpac}->{webpac_encoding},                          code_page => $config->{webpac}->{webpac_encoding},
79                          limit_mfn => $input->{limit},                          limit_mfn => $input->{limit},
80                            lookup => $lookup,
81                  );                  );
82    
83                  my $maxmfn = $isis->open(                  my $maxmfn = $isis->open(
# Line 84  while (my ($database, $db_config) = each Line 85  while (my ($database, $db_config) = each
85                          code_page => $input->{encoding},        # database encoding                          code_page => $input->{encoding},        # database encoding
86                  );                  );
87    
88    $log->info( Dumper($lookup->{_lookup_data}) );
89    
90                  my $n = new WebPAC::Normalize::XML(                  my $n = new WebPAC::Normalize::XML(
91                  #       filter => { 'foo' => sub { shift } },                  #       filter => { 'foo' => sub { shift } },
92                          db => $db,                          db => $db,

Legend:
Removed from v.233  
changed lines
  Added in v.251

  ViewVC Help
Powered by ViewVC 1.1.26