update readme and add gitignore
[client-tools.git] / tools / dataLintParser.pl
blob4871400d6a576adfb6d8ab18751059b8ca5b918b
1 $what = shift;
2 while ($a = <>)
4 if ($a =~ /^\s*\d+\s+Error:/)
6 print if (eval $what);
7 $_ = "";
9 $_ .= $a;
11 print if (eval $what);