===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libkinosearch1-perl-1.01/devel/valgrind_test.plx-21-    my $output  = "\n\n" . (scalar localtime(time)) . "\n$command\n";
libkinosearch1-perl-1.01/devel/valgrind_test.plx:22:    $output    .= `$command`;
libkinosearch1-perl-1.01/devel/valgrind_test.plx-23-    print $output;
##############################################
libkinosearch1-perl-1.01/t/benchmarks/indexers/kinosearch_indexer.plx-56-        $command .= "--increment=$increment " if $increment;
libkinosearch1-perl-1.01/t/benchmarks/indexers/kinosearch_indexer.plx:57:        my $output = `$command`;
libkinosearch1-perl-1.01/t/benchmarks/indexers/kinosearch_indexer.plx-58-
##############################################
libkinosearch1-perl-1.01/t/benchmarks/indexers/plucene_indexer.plx-55-        $command .= "--increment=$increment " if $increment;
libkinosearch1-perl-1.01/t/benchmarks/indexers/plucene_indexer.plx:56:        my $output = `$command`;
libkinosearch1-perl-1.01/t/benchmarks/indexers/plucene_indexer.plx-57-