equal
deleted
inserted
replaced
23 open(FILE, $nYarpFile); |
23 open(FILE, $nYarpFile); |
24 while ( <FILE> ) |
24 while ( <FILE> ) |
25 { |
25 { |
26 if ( m/Overall attempts:\s*(\d+),(\d+)/ ) |
26 if ( m/Overall attempts:\s*(\d+),(\d+)/ ) |
27 { |
27 { |
28 print "Attempt: $1 Errors: $2\n"; |
28 #print "Attempt: $1 Errors: $2\n"; |
29 $nRecipeErrors = $2; |
29 $nRecipeErrors = $2; |
30 } |
30 } |
31 } |
31 } |
32 close(FILE); |
32 close(FILE); |
33 # print "Recipe errors in $nYarpFile: $nRecipeErrors\n"; |
33 # print "Recipe errors in $nYarpFile: $nRecipeErrors\n"; |