===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libterm-readkey-perl-2.38/ReadKey.pm.PL-449-
libterm-readkey-perl-2.38/ReadKey.pm.PL:450:        my ($resize) = scalar(`$prog 2>/dev/null`);
libterm-readkey-perl-2.38/ReadKey.pm.PL-451-        if (defined $resize
##############################################
libterm-readkey-perl-2.38/ReadKey.pm.PL-478-
libterm-readkey-perl-2.38/ReadKey.pm.PL:479:        my ($stty) = scalar(`$prog 2>/dev/null`);
libterm-readkey-perl-2.38/ReadKey.pm.PL-480-        if (defined $stty
##############################################
libterm-readkey-perl-2.38/Configure.pm-136-	print "Preprocessing |$code|\n" if $Verbose;
libterm-readkey-perl-2.38/Configure.pm:137:	my($result) = scalar(`$C_cppstdin $C_cppflags $C_cppminus $options < $in 2>/dev/null`);
libterm-readkey-perl-2.38/Configure.pm-138-	print "Executing '$C_cppstdin $C_cppflags $C_cppminus $options < $in 2>/dev/null'\n"  if $Verbose;
##############################################
libterm-readkey-perl-2.38/Configure.pm-173-	print "Compiling |$code|\n"  if $Verbose;
libterm-readkey-perl-2.38/Configure.pm:174:	my($result) = scalar(`$C_cc $C_ccflags -c $in $C_ldflags $C_libs $options 2>&1`);
libterm-readkey-perl-2.38/Configure.pm-175-	print "Executing '$C_cc $C_ccflags -c $in $C_ldflags $C_libs $options 2>&1'\n"  if $Verbose;
##############################################
libterm-readkey-perl-2.38/Configure.pm-210-	print "Linking |$code|\n" if $Verbose;
libterm-readkey-perl-2.38/Configure.pm:211:	my($result) = scalar(`$C_cc $C_ccflags -o $file $in $C_ldflags $C_libs $options 2>&1`);
libterm-readkey-perl-2.38/Configure.pm-212-	print "Executing '$C_cc $C_ccflags -o $file $in $C_ldflags $C_libs $options 2>&1'\n" if $Verbose;
##############################################
libterm-readkey-perl-2.38/Configure.pm-250-	print "Executing |$code|\n" if $Verbose;
libterm-readkey-perl-2.38/Configure.pm:251:	my($result) = scalar(`$C_cc $C_ccflags -o $file $in $C_ldflags $C_libs $options 2>&1`);
libterm-readkey-perl-2.38/Configure.pm-252-	print "Executing '$C_cc $C_ccflags -o $file $in $C_ldflags $C_libs $options 2>&1'\n" if $Verbose;
##############################################
libterm-readkey-perl-2.38/Configure.pm-255-	if(!$error) {
libterm-readkey-perl-2.38/Configure.pm:256:		my($result2) = scalar(`./$file`);
libterm-readkey-perl-2.38/Configure.pm-257-		$error = $?;