$opt = array();
$opt["action"] = $lESaction; // one of : specialUpdate ; recordInsert
; recordDelete
$opt["record"] = $lXML;
$opt["syntax"] = "xml";
yaz_es($tgtHandle, "update", $opt);
yaz_es($tgtHandle, "commit", array());
> The big catch is that there is not presently a Perl-wrapper directly over
> the YAZ/ZOOM "C" language API.. I ran into a fellow at ALA who used it
> indirectly, by accessing the Visual Basic implementation directly through
> Perl, under Windows, but of course that would leave our Unix customers
> stranded. :-) At Index Data, we've developed most of our web-based
> applications in PHP so we haven't been strongly motivated to work on this
> yet... However, we do have a functional implementation of a Perl API over
> YAZ/ZOOM floating around the office which might be a good starting point.
How can we get our hands on that API? ;-).