: Doran, Michael D; perl4lib
> Subject: Re: MARC blob to MARC::Record object
>
> I hope you will forgive me for a late addendum.
> Not only do I have to apologize for the late arrival of this post, I also
> should apologize for its (lack of) seriousness.
> Actually - this is in ever
/Leif
Leif Andersson, Systems Librarian
Stockholm University Library
Från: Doran, Michael D [do...@uta.edu]
Skickat: den 7 januari 2011 15:11
Till: Leif Andersson; 'Jon Gorman'; perl4lib
Ämne: RE: MARC blob to MARC::Record object
Hi Leif and Jon,
&
# do...@uta.edu
# http://rocky.uta.edu/doran/
> -Original Message-
> From: Leif Andersson [mailto:leif.anders...@sub.su.se]
> Sent: Friday, January 07, 2011 7:50 AM
> To: Doran, Michael D; perl4lib
> Subject: Re: MARC blob to MARC::Record object
>
> Hi Michael,
>
den 7 januari 2011 00:18
Till: perl4lib
Ämne: MARC blob to MARC::Record object
I am working on a Perl script that retrieves data from our Voyager ILS via an
SQL query. Among other data, I have MARC records in blob form, and the script
processes one MARC record at a time. I want to be able to pa
> How do I make the MARC blob into a MARC::Record object (without having
> to first save it a file and read it in with MARC::File/Batch)? The
> MARC blob is already in a variable, so it doesn't make sense (to me) to
> write it out to a file just so I can read it back in. Unless I have
> to, nat
> -Original Message-
> From: Gorman, Jon [mailto:jtgor...@illinois.edu]
> Sent: Thursday, January 06, 2011 6:19 PM
> To: Doran, Michael D; perl4lib
> Subject: RE: MARC blob to MARC::Record object
>
>
>
> > How do I make the MARC blob into a MARC::Record obj
I am working on a Perl script that retrieves data from our Voyager ILS via an
SQL query. Among other data, I have MARC records in blob form, and the script
processes one MARC record at a time. I want to be able to parse and
modify/convert the MARC record (using MARC::Record) before writing/pri