RE: Turning string into MARC record

2012-08-02 Thread Gorman, Jon
No need to use MARC::Batch in this case, just use the new_from_usmarc method in MARC::Record my $record = MARC::Record->new_from_usmarc( $record_string ) ; Jon Gorman University of Illinois > -Original Message- > From: arvinport...@lycos.com [mailto:arvinport...@lycos.com] > Sent: Thur

RE: RE: Turning string into MARC record

2012-08-02 Thread Gorman, Jon
The docs are pointing to the method my $record = MARC::File::USMARC->decode( $marc_string) ; which should work as well. The other use is probably "deprecated" but I don't think it's going away. (Doh, forgot that this email address is messed up with the listserv and it bounces the message.