RE: Typo in MARC::Record tutorial.

[email protected] (Bryan Baldus) Sun, 15 May 2011 23:53:45 -0500
Newsgroups perl.perl4lib
Message-ID <AE5353CC4A55324E832DA208826294ACA98C341DF5@QBIMAIL.qbi.quality-books.com>
On Sunday, May 15, 2011 4:40 PM, Mike Barrett [[email protected]] wrote:

>In the MARC::Batch example is this line:
>5 my $batch = MARC::Batch('USMARC', 'file.dat');

>I just found out it should be:
>5 my $batch = MARC::Batch->('USMARC', 'file.dat');

Or (based on code in programs I've been using):

my $batch = MARC::Batch->new('USMARC', 'file.dat');

######

Bryan Baldus
[email protected]
[email protected]
http://home.comcast.net/~eijabb/