why are all the common ones c?
authorShawn Boyette <sboyette@esilibrary.com>
Wed, 8 Oct 2008 17:56:42 +0000 (17:56 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Wed, 8 Oct 2008 17:56:42 +0000 (17:56 +0000)
marc-cleanup

index 00b1430..f8d916c 100755 (executable)
@@ -111,6 +111,7 @@ while (my $line = getline()) {
 
     # automatable subfield maladies
     $line =~ s/code=" ">c/code="c">/;
+    $line =~ s/code=" ">\$/code="c"$>/;
 
     # and stow line back in record
     $record[-1] = $line;