X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=lib%2FZOOM.pod;h=51d6023009f1dbee9fedf4f4e3182c01f42573b3;hb=3389f7f4d00a9094d7a991bcd1eeb0b29c209024;hp=bf706ead247eca0e3de289162372be42e3f28764;hpb=7520ed846be21307038247f134786749d392ed83;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index bf706ea..51d6023 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.27 2005-12-22 14:11:17 mike Exp $ +# $Id: ZOOM.pod,v 1.29 2006-02-20 11:30:58 mike Exp $ use strict; use warnings; @@ -822,7 +822,7 @@ thrown if the server cannot execute the requested operations; and finally, destroy the package. Package options are listed at -http://indexdata.com/yaz/doc/zoom.ext.html +http://indexdata.com/yaz/doc/zoom.ext.tkl The particular options that have meaning are determined by the top-level operation string specified as the argument to C. @@ -866,7 +866,7 @@ http://indexdata.com/yaz/doc/zoom.ext.tkl =head4 send() - $p->send("createdb"); + $p->send("create"); Sends a package to the server associated with the Connection that created it. Problems are reported by throwing an exception. The