===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libredis-perl-1.9980/t/30-scripts.t-45-ok($o->evalsha($script_sha, 0), "evalsha returns true with the sha1 of the script");
libredis-perl-1.9980/t/30-scripts.t:46:ok($o->eval($script, 0), "eval returns true");
libredis-perl-1.9980/t/30-scripts.t-47-
##############################################
libredis-perl-1.9980/t/04-pipeline.t-86-    $r->get('clunk', $s);
libredis-perl-1.9980/t/04-pipeline.t:87:    $r->exec($s);
libredis-perl-1.9980/t/04-pipeline.t-88-    $r->wait_all_responses;
##############################################
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-31-
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:32:        my $rl_res = `./client-readline.pl $cnt $length`;
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-33-        chomp $rl_res;
##############################################
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-35-
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:36:        my $sr_res = `./client-sysread.pl $cnt $length`;
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-37-        chomp $sr_res;
##############################################
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-39-
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl:40:        my $rc_res = `./client-recv.pl $cnt $length`;
libredis-perl-1.9980/tools/benchmarks/readline_vs_sysread_vs_recv/run.pl-41-        chomp $rc_res;