X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM.pod;h=6c76b19759baf77a4f978378a58bf77ffc90a9e8;hb=e862553c363986551651c42fa9a8afc6355f5b5b;hp=acc0cce6fcfb4bc77c978ed51e9a2908a08dc192;hpb=daa856612ed73ae1b23bf99b2441cdb1327e197f;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index acc0cce..6c76b19 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.43 2007-05-09 12:03:52 mike Exp $ +# $Id: ZOOM.pod,v 1.44 2007-09-14 10:35:02 mike Exp $ use strict; use warnings; @@ -98,6 +98,13 @@ C, irrespective of whether it is a member of the C enumeration or drawn from the BIB-1 diagnostic set. +=head2 ZOOM::diag_srw_str() + + $msg = ZOOM::diag_srw_str(18); + +Returns a human-readable English-language string corresponding to the +specified SRW error code. + =head2 ZOOM::event_str() $msg = ZOOM::event_str(ZOOM::Event::RECV_APDU);