===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libdbd-sybase-perl-1.14/t/xblk.t-384-
libdbd-sybase-perl-1.14/t/xblk.t:385:    $sth = $dbh->prepare("select name from master..syscharsets where id = $id");
libdbd-sybase-perl-1.14/t/xblk.t-386-    $sth->execute;
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-199-from dbo.sysobjects o, dbo.sysusers u
libdbd-sybase-perl-1.14/eg/dbschema.pl:200:where o.type = 'U' and o.name like '$Getopt::Std::opt_t' and u.uid = o.uid
libdbd-sybase-perl-1.14/eg/dbschema.pl-201-order by o.name
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-301-	dbo.sysprocedures p
libdbd-sybase-perl-1.14/eg/dbschema.pl:302:where	o.type = '$obj' and o.name like '$Getopt::Std::opt_t' and u.uid = o.uid
libdbd-sybase-perl-1.14/eg/dbschema.pl-303-	and o.id = p.id and p.status & 4096 != 4096
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-320-
libdbd-sybase-perl-1.14/eg/dbschema.pl:321:	$sth = $dbh->prepare ("select text from dbo.syscomments where id = $vi[2]");
libdbd-sybase-perl-1.14/eg/dbschema.pl-322-	$sth->execute;
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-422-    $sth = $dbh->prepare (
libdbd-sybase-perl-1.14/eg/dbschema.pl:423:	qq(select text from dbo.syscomments where id = $objid)); 
libdbd-sybase-perl-1.14/eg/dbschema.pl-424-    $sth->execute;
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-575-   dbo.sysprocedures d, dbo.sysprocedures r
libdbd-sybase-perl-1.14/eg/dbschema.pl:576:where  c.id = @$tabref[2]
libdbd-sybase-perl-1.14/eg/dbschema.pl-577-and    c.usertype *= t.usertype
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-703-from dbo.sysindexes
libdbd-sybase-perl-1.14/eg/dbschema.pl:704:where id = object_id ('@$tabref[1].@$tabref[0]')
libdbd-sybase-perl-1.14/eg/dbschema.pl-705-and indid between 1 and 254
##############################################
libdbd-sybase-perl-1.14/eg/dbschema.pl-742-select constrid from dbo.sysconstraints
libdbd-sybase-perl-1.14/eg/dbschema.pl:743:where tableid = object_id ('@$tabref[1].@$tabref[0]')
libdbd-sybase-perl-1.14/eg/dbschema.pl-744-and status & 128 = 128
##############################################
libdbd-sybase-perl-1.14/eg/Show.cgi-100-    $objId =~ s/[\D\-\s]+$//;
libdbd-sybase-perl-1.14/eg/Show.cgi:101:    my $sth = $dbh->prepare("select text from dbo.syscomments where id = $objId");
libdbd-sybase-perl-1.14/eg/Show.cgi-102-    $sth->execute;
##############################################
libdbd-sybase-perl-1.14/Sybase.pm-163-			  $dbh->prepare(
libdbd-sybase-perl-1.14/Sybase.pm:164:"select o.name from $catalog..sysobjects o, $catalog..sysusers u where o.type like '$type' and o.name like '$table' and o.uid = u.uid and u.name like '$schema'"
libdbd-sybase-perl-1.14/Sybase.pm-165-			  );
##############################################
libdbd-sybase-perl-1.14/Sybase.pm-169-			  $dbh->prepare(
libdbd-sybase-perl-1.14/Sybase.pm:170:"select o.name from sysobjects o, sysusers u where o.type like '$type' and o.name like '$table' and o.uid = u.uid and u.name like '$schema'"
libdbd-sybase-perl-1.14/Sybase.pm-171-			  );