Anne L. Highsmith says:
>Quoting from "MARC 21 Specifications for Record Structure,
>Character Sets, and Exchange Media RECORD STRUCTURE",
>http://www.loc.gov/marc/specifications/specrecstruc.html#varifields
>"Indicators may be any ASCII lowercase alphabetic, numeric, or blank"

So, if that's the case, then MARC::Field is partially incorrect
in its implementation of only digits and a blank, as per the
following line ("if indicator is NOT a digit or a space..."):

if ( $indicator !~ /^[0-9 ]$/ ) {

Correct?




-- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Mac OS X Hacks: http://amazon.com/exec/obidos/ASIN/0596004605/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus



Reply via email to