Re: newbie question: isbn -> marc?

2003-08-22 Thread Ashley Sanders
Paul, > FWIW, I'm working on a Perl module that makes bib-1 searching via > Z39.50 a bit simpler: > > use Zoose; > $z = Zoose->new( > 'host' => $host, > 'port' => $port, > ... > ); > $rs = $z->search('isbn' => $isbn); > foreach my $i (1..$rs->count) { > $book =

Re: newbie question: isbn -> marc?

2003-08-22 Thread Paul Hoffman
On Friday, August 22, 2003, at 03:29 AM, Ashley Sanders wrote: Have you seen the perl binding of Zoom; an easy to use perl interface to z39.50: http://zoom.z3950.org/bind/perl/index.html Yes, thanks. (Is Net::Z3950 still the only Perl binding to [i.e., implementation of] ZOOM?) Paul. -- P

Biblio::ILL::ISO

2003-08-22 Thread Christensen, David A. (CHT)
Hi All, I've been working on an ISO-protocol-based Interlibrary Loan module (Biblio::ILL::ISO), which is (I think) nearing a usable state. The module implements the 20 ISO 10161 (Interlibrary Loan) message classes (ILL-Request, Answer, etc), plus the hundred or so types that make up those classes