maybe this will work? (unsure what's gonna be coming back)
authorShawn Boyette <sboyette@esilibrary.com>
Mon, 18 Aug 2008 17:57:03 +0000 (17:57 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Mon, 18 Aug 2008 17:57:03 +0000 (17:57 +0000)
fingerprinter

index 2f27fba..65e98dc 100755 (executable)
@@ -105,7 +105,7 @@ sub populate_marc {
 
     # "Accompanying material" (300e)
     $marc{accomp} = $record->field('300')->subfield('e')
-      if (defined $record->field('300')->subfield('e'));
+      if $record->field('300');
 
     # issn, lccn, title, desc, pages, pub, pubyear, edition
     $marc{lccn} = $record->field('010')->subfield('a') if $record->field('010');