X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=6ab4042e89348b5fa3726d167a8b9f4e71b92a78;hp=e3ee48e4ec178a3fb72438884aaa187440bdac5d;hb=2a61e82a97b2c0347018e6bd95619253fc7c2fda;hpb=44ed94c8a33f83ff6a43d17ece783c1229b9f6b1 diff --git a/SimpleServer.pm b/SimpleServer.pm index e3ee48e..6ab4042 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.33 2007-08-08 12:09:19 mike Exp $ +## $Id: SimpleServer.pm,v 1.34 2007-08-15 13:14:29 mike Exp $ package Net::Z3950::SimpleServer; @@ -596,8 +596,10 @@ an index of a book, you always find something! The parameters exchanged are $args = { ## Client request - GHANDLE => $obj ## Global handler specified at creation - HANDLE => $ref ## Reference to data structure + GHANDLE => $obj, ## Global handler specified at creation + HANDLE => $ref, ## Reference to data structure + DATABASES => ["xxx"], ## Reference to a list of data- + ## bases to search TERM => 'start', ## The start term NUMBER => xx, ## Number of requested terms POS => yy, ## Position of starting point