syntax
authorJason Etheridge <jason@esilibrary.com>
Mon, 18 Aug 2008 20:42:15 +0000 (20:42 +0000)
committerJason Etheridge <jason@esilibrary.com>
Mon, 18 Aug 2008 20:42:15 +0000 (20:42 +0000)
unicorn_patron_xml2text.pl

index 86bf793..be22309 100755 (executable)
@@ -124,7 +124,7 @@ for my $patron ( $doc->documentElement->childNodes ) {
             }
         }
     }
-    print STDOUT "$inactive_barcode1\t$inactive_barcode2"
+    print STDOUT "$inactive_barcode1\t$inactive_barcode2";
 
     print STDOUT "\n";
        $count++;