my @exclq = <IN>;
close(IN);
chomp(@exclq);
- map {s/\r//;} @exclq;
+ map {s/\r//;} @exclq;
foreach my $r (@exclq) {
&check_regex($r, '--exclude-file');
}
my @exclq = <IN>;
close(IN);
chomp(@exclq);
- map {s/\r//;} @exclq;
+ map {s/\r//;} @exclq;
foreach my $r (@exclq) {
&check_regex($r, '--include-file');
}
while (my $line = <$lfile>) {
$cursize += length($line);
chomp($line);
- $line =~ s/\r//;
+ $line =~ s/\r//;
$nlines++;
next if (!$line);
my %ident_name = ();
while (my $line = <$tfile>) {
chomp($line);
- $line =~ s/\r//;
+ $line =~ s/\r//;
next if (!$line);
$nline++;
my %ident_name = ();
while (my $line = <$tfile>) {
chomp($line);
- $line =~ s/\r//;
+ $line =~ s/\r//;
next if (!$line);
$nline++;
if ( ($line =~ /\s+duration: \d+\.\d+ ms\s+(query|statement|prepare|parse|bind|execute)/)