Re: Problems with MARC::Batch

2004-01-14 Thread Ed Summers
On Wed, Jan 14, 2004 at 09:59:49AM +, Stephen Graham wrote: > It is in fact: > > MARC::Doc::Tutorial Thanks Stephen, docfix applied :) //Ed

Re: Problems with MARC::Batch

2004-01-14 Thread Stephen Graham
One "error" I spotted with the documentation which came with MARC Record 1.34 is in the README. It says to look at the tutorial do use: MARC::Tutorial It is in fact: MARC::Doc::Tutorial Stephen :-) Ed Summers wrote: On Tue, Jan 13, 2004 at 04:11:17PM -0500, Sperr, Edwin wrote: use MARC::Bat

RE: Problems with MARC::Batch

2004-01-13 Thread Sperr, Edwin
Fixed it right up! Thanks for the quick info... Ed. -Original Message- From: Ed Summers [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 4:19 PM To: [EMAIL PROTECTED] Subject: Re: Problems with MARC::Batch On Tue, Jan 13, 2004 at 04:11:17PM -0500, Sperr, Edwin wrote: >

Re: Problems with MARC::Batch

2004-01-13 Thread Ed Summers
On Tue, Jan 13, 2004 at 04:11:17PM -0500, Sperr, Edwin wrote: > use MARC::Batch; > my $batch = Marc::Batch('USMARC', 'file.dat'); You must be looking at the SYNOPSIS section for MARC::Batch? You are absolutely right, it's a typo in the docs :( Other parts of the documentation have the correct us

Re: Problems with MARC::Batch

2004-01-13 Thread Andy Lester
> Undefined subroutine &Marc::Batch called at C:\MARCPERL\test1.pl line 6. > > ## create a MARC::Batch object. > use MARC::Batch; > my $batch = Marc::Batch('USMARC', 'file.dat'); It's MARC::Batch, not Marc::Batch. Perl is case-sensitive. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdanc