Probably dumb questions. However, the archives don't appear to be searchable so here 
goes:

a. What's the difference between MARC.pm and MARC::Record & co.? Is MARC.pm 
deprecated/obsolete/no longer developed?

b. Is there a way to manually specify a 008 with MARC.pm? The following doesn't work:

$marc->addfield({record=>"$record", field=>"008", 
              value=> [a=>$eight]});      

If not, if I update my code to use MARC::Record, will the equivalent work?

Thanks,

--Eli Naeher

Reply via email to