(By MARC.pm, I believe you mean the MARC::Record distribution of modules).
At 6:09 PM -0700 4/14/08, Migell Acosta wrote:
So, I need to do pattern matching, I think from the docs I'm
supposed to do it like this: if($phys_format->as_string() =~
/Paperback/ ). I think I need the "as_string" in or
Hello all,
I am working on a script that will take a MARC record from Baker and
Taylor's Title Source and pre-process it so that I can use it in SirsiDynix
Symphony 9XX loader - which takes MARC records and converts them into bib
records (of course) and Purchase Order records.
Mostly my script ta