===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm-177-        chomp $Stty;
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm:178:        system( "stty -echo $mode_stty" ) == 0 or die $?;
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm-179-    }
##############################################
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm-207-        if ( $Stty ) {
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm:208:            system( "stty $Stty" ) == 0 or die $?;
libterm-choose-perl-1.712/lib/Term/Choose/Linux.pm-209-        }