On Friday, May 14, 2004, at 09:14  PM, Eli Naeher wrote:

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]});

You're stringifying $record unnecessarily; I doubt this is the problem, but you never know. (What's in $record?) Try $marc->addfield({record=>$record, ...}) instead.


(The examples in MARC.pm use unnecessary stringification, so I don't blame you!)

Paul.

--
Paul Hoffman :: Taubman Medical Library :: Univ. of Michigan
[EMAIL PROTECTED] :: [EMAIL PROTECTED] :: http://www.nkuitse.com/



Reply via email to