From 24f348c936208275addf1dc83971a1bf1d665921 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 18 Aug 2008 20:42:15 +0000 Subject: [PATCH] syntax --- unicorn_patron_xml2text.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unicorn_patron_xml2text.pl b/unicorn_patron_xml2text.pl index 86bf793..be22309 100755 --- a/unicorn_patron_xml2text.pl +++ b/unicorn_patron_xml2text.pl @@ -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++; -- 1.7.2.5