===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libdbd-firebird-perl-1.32/lib/DBD/Firebird/TableInfo/Firebird21.pm-38-    if (@conditions) {
libdbd-firebird-perl-1.32/lib/DBD/Firebird/TableInfo/Firebird21.pm:39:        $where = 'WHERE ' . join(' AND ' => map { "($_)" } @conditions);
libdbd-firebird-perl-1.32/lib/DBD/Firebird/TableInfo/Firebird21.pm-40-    }
##############################################
libdbd-firebird-perl-1.32/t/30-insertfetch.t-62-#
libdbd-firebird-perl-1.32/t/30-insertfetch.t:63:ok($dbh->do("DELETE FROM $table WHERE id = 1"), "DELETE FROM $table");
libdbd-firebird-perl-1.32/t/30-insertfetch.t-64-
##############################################
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm-226-                    # Located
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm:227:                    my $out = `echo 'quit;' | $file -z 2>&1`;
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm-228-                    next unless $out =~ /firebird/si;   # Firebird's isql?
##############################################
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm-391-        # TieRegistry fails on this key sometimes for some reason
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm:392:        my $out = `reg query "$rec->{path}" /v $rec->{key}`;
libdbd-firebird-perl-1.32/inc/FirebirdMaker.pm-393-