From 6e92729e988e5528ee8cd0c034561054d75dc8ff Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 27 Apr 2005 14:57:26 +0000 Subject: fix for parse, and a start at db import. Using CVS as scp :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21591 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/parseNLT.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'utils/parseNLT.pl') diff --git a/utils/parseNLT.pl b/utils/parseNLT.pl index 3a2e82e..95afca7 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>/) { -- cgit v1.1