/[Z3950-HTML-Scraper]/server.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 /server.pl

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

revision 6 by dpavlin, Sat Jun 20 19:42:32 2009 UTC revision 8 by dpavlin, Sat Jun 20 22:09:33 2009 UTC
# Line 49  diag "search for $query"; Line 49  diag "search for $query";
49          $this->{ERR_CODE} = 108;          $this->{ERR_CODE} = 108;
50          return;          return;
51      }      }
52      my $hits = $CROBISS::hits || diag "no results for $query";      my $hits = $COBISS::hits || diag "no results for $query";
53    diag "got $hits hits";
54      my $rs   = {      my $rs   = {
55          lower => 1,          lower => 1,
56          upper => $hits < $max_records ? $max_records : $hits,          upper => $hits < $max_records ? $max_records : $hits,

Legend:
Removed from v.6  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26