uh_parser/uh.pl
changeset 186 b76adfbc6648
parent 177 6d3c3db11e72
child 187 ec83a06d23a8
--- a/uh_parser/uh.pl	Mon Mar 08 17:19:08 2010 +0000
+++ b/uh_parser/uh.pl	Mon Mar 08 18:21:32 2010 +0000
@@ -61,6 +61,8 @@
 mkdir($raptorbitsdir);
 #print "Created dir $raptorbitsdir.\n";
 
+our $failure_item_number = 0;
+
 # create empty summary file anyway
 open(SUMMARY, ">$raptorbitsdir/summary.csv");
 close(SUMMARY);