Re: question about adding MARC record

2004-07-19 Thread Ed Summers
On Mon, Jul 19, 2004 at 09:37:09AM -0400, Liao, Clara wrote: > If I am creating a new Mark record and have several fields to add, how > should I do? You can pass multiple MARC::Field objects to append_fields(). $record->append_fields( MARC::Field->new( 500, '', '', a => '1st no

question about adding MARC record

2004-07-19 Thread Liao, Clara
Hi Perl folks, This is Clara, working for Virginia Tech library. I have one question about MARC::Record's append_fields. If I am creating a new Mark record and have several fields to add, how should I do? Is it like: my $record = MARC::Record->new(); my $fields = MARC::Field->new( '100','','

Perl-based MARC record error checking update

2004-07-19 Thread Bryan Baldus
This message has been (or will be) posted to a number of lists with apologies for duplication. I have updated my MARC related Perl modules and scripts again [1]. I have added a number of new subroutines/checks to my modules, (MARC::)Lintadditions.pm and (MARC::)Errorchecks.pm, and updated (MARC::)