===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qmhandle-1.3.2/qmHandle-191-	    print "Calling system script to terminate qmail...\n";
qmhandle-1.3.2/qmHandle:192:	    if (system($stopqmail) > 0) {
qmhandle-1.3.2/qmHandle-193-		return 0;
##############################################
qmhandle-1.3.2/qmHandle-234-	print "Restarting qmail... ";
qmhandle-1.3.2/qmHandle:235:	system($startqmail);
qmhandle-1.3.2/qmHandle-236-	print "done (hopefully).\n";
##############################################
qmhandle-1.3.2/qmHandle-810-sub qmailPid {
qmhandle-1.3.2/qmHandle:811:    my $qmpid = `$pidcmd`;
qmhandle-1.3.2/qmHandle-812-    chomp ($qmpid);