===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxml-hash-xs-perl-0.55/Makefile.PL-410-        print "Cmd: $command \n";
libxml-hash-xs-perl-0.55/Makefile.PL:411:        my $results = `$command`;
libxml-hash-xs-perl-0.55/Makefile.PL-412-        if ($? != 0) {
##############################################
libxml-hash-xs-perl-0.55/Makefile.PL-426-    open(STDERR, ">$PARAMS{DEVNULL}");
libxml-hash-xs-perl-0.55/Makefile.PL:427:    my $results = `$command`;
libxml-hash-xs-perl-0.55/Makefile.PL-428-    my $retval = $?;
##############################################
libxml-hash-xs-perl-0.55/inc/Devel/CheckLib.pm-325-    $absexefile = '"'.$absexefile.'"' if $absexefile =~ m/\s/;
libxml-hash-xs-perl-0.55/inc/Devel/CheckLib.pm:326:    push @wrongresult, @libs if $rv == 0 && -x $exefile && system($absexefile) != 0;
libxml-hash-xs-perl-0.55/inc/Devel/CheckLib.pm-327-    unlink $ofile if -e $ofile;