===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libshell-perl-0.73/Shell.pm-61-            if (@_ < 1) {
libshell-perl-0.73/Shell.pm:62:                $Shell::capture_stderr ==  1 ? `$cmd 2>&1` : 
libshell-perl-0.73/Shell.pm:63:                $Shell::capture_stderr == -1 ? `$cmd 2>$null` : 
libshell-perl-0.73/Shell.pm:64:                `$cmd`;
libshell-perl-0.73/Shell.pm-65-            } elsif (OS eq 'os2') {
##############################################
libshell-perl-0.73/Shell.pm-72-
libshell-perl-0.73/Shell.pm:73:                my $pid = system(1, $cmd, @_);
libshell-perl-0.73/Shell.pm-74-                die "Can't execute $cmd: $!\n" if $pid < 0;