X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FparseNLT.pl;h=95afca73a1322dfda1ce5add735784ce145028fd;hb=6fa1c051dc515b6fd1f9a26ac12fed985469bff5;hp=3a2e82e1e02cae8bc22d78541385c815de7f63e2;hpb=4430e3a4a87fc90473226e372cfba96119701fc5;p=oota-llvm.git diff --git a/utils/parseNLT.pl b/utils/parseNLT.pl index 3a2e82e1e02..95afca73a13 100644 --- a/utils/parseNLT.pl +++ b/utils/parseNLT.pl @@ -15,12 +15,14 @@ while(<>) if (/([^<]+)<\/td>/) { if ($prefix) - { $output .= "$1 "; } + { $output .= "$1 "; $count++; } } if (/ 3) + { print "\n$day $mon $year $prefix/$output"; } + $output = ""; + $count = 0; } if (/

(Programs.+)<\/h2>/) {