At 8:03 PM +1100 11/10/08, Rick Welykochy wrote:
>The code I have adapted to create a MARC field looks like this:
>
>MARC::Field->new($tag,'','',$subfields)
>
>The second and third args were provided as empty strings by the original
>scripts I am adapting. The marclint program complains that th
HI all
Perhaps there are some MARC21 or USMARC gurus on the list who can save
me some time.
I am creating MARC records on the fly from CSV records.
ISSUE #1:
The code I have adapted to create a MARC field looks like this:
MARC::Field->new($tag,'','',$subfields)
The second and third args we