===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
velvetoptimiser-2.2.6/VelvetOpt/Assembly.pm-324-		
velvetoptimiser-2.2.6/VelvetOpt/Assembly.pm:325:	my $r = $cpt->reval($func);
velvetoptimiser-2.2.6/VelvetOpt/Assembly.pm-326-	warn $@ if $@;
##############################################
velvetoptimiser-2.2.6/VelvetOpt/gwrap.pm-136-    print STDERR "About to run velvetg!\n" if $interested;
velvetoptimiser-2.2.6/VelvetOpt/gwrap.pm:137:    $output = `velvetg $cmdline`;
velvetoptimiser-2.2.6/VelvetOpt/gwrap.pm-138-    $output .= "\nTimestamp: " . strftime("%b %e %Y %H:%M:%S", localtime) . "\n";
##############################################
velvetoptimiser-2.2.6/VelvetOpt/hwrap.pm-217-    print STDERR "About to run velveth!\n" if $interested;
velvetoptimiser-2.2.6/VelvetOpt/hwrap.pm:218:    $output = `velveth $cmdline`;
velvetoptimiser-2.2.6/VelvetOpt/hwrap.pm-219-    $output .= "\nTimestamp: " . strftime("%b %e %Y %H:%M:%S", localtime) . "\n";
##############################################
velvetoptimiser-2.2.6/VelvetOptimiser.pl-398-		my $dir = $assembliesObjs{$key}->{ass_dir};
velvetoptimiser-2.2.6/VelvetOptimiser.pl:399:		#system('rm', '-r', '--preserve-root', $dir);
velvetoptimiser-2.2.6/VelvetOptimiser.pl-400-        remove_tree($dir);