On Sunday, May 15, 2011 4:40 PM, Mike Barrett [coffeeisl...@gmail.com] 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
bryan.bal...@quality-books.com
eij...@cpan.org
http://home.comcast.net/~eijabb/

Reply via email to