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/
