===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
liblocale-codes-perl-3.65/t/do_tests.pl-54-      $::module = "Locale::$mod";
liblocale-codes-perl-3.65/t/do_tests.pl:55:      eval("use $::module");
liblocale-codes-perl-3.65/t/do_tests.pl-56-      my $tmp   = $::module . "::show_errors";
##############################################
liblocale-codes-perl-3.65/t/do_tests.pl-59-      $::module = "Locale::Codes::$mod";
liblocale-codes-perl-3.65/t/do_tests.pl:60:      eval("use $::module");
liblocale-codes-perl-3.65/t/do_tests.pl-61-      my $tmp   = $::module . "::show_errors";
##############################################
liblocale-codes-perl-3.65/internal/harvest_and_check-106-if ( -f "$file.bak" ) {
liblocale-codes-perl-3.65/internal/harvest_and_check:107:   system("mv $file.bak $file");
liblocale-codes-perl-3.65/internal/harvest_and_check-108-}
##############################################
liblocale-codes-perl-3.65/internal/harvest_and_check-112-
liblocale-codes-perl-3.65/internal/harvest_and_check:113:system("cp -p $file $file.bak");
liblocale-codes-perl-3.65/internal/harvest_and_check-114-
##############################################
liblocale-codes-perl-3.65/internal/harvest_and_check-117-my $deb       = ($debug ? "-d" : "");
liblocale-codes-perl-3.65/internal/harvest_and_check:118:system("perl $deb ./internal/harvest_data $opt");
liblocale-codes-perl-3.65/internal/harvest_and_check-119-our %new      = get_data();
##############################################
liblocale-codes-perl-3.65/internal/harvest_and_check-124-print "Suspected HTML in codes:\n\n";
liblocale-codes-perl-3.65/internal/harvest_and_check:125:system("egrep '<' $file");
liblocale-codes-perl-3.65/internal/harvest_and_check-126-
##############################################
liblocale-codes-perl-3.65/internal/harvest_and_check-206-sub get_data {
liblocale-codes-perl-3.65/internal/harvest_and_check:207:   my @in = `./internal/print_curr_data $code_mod`;
liblocale-codes-perl-3.65/internal/harvest_and_check-208-   chomp @in;
##############################################
liblocale-codes-perl-3.65/internal/harvest_data-222-foreach my $exe (@exe) {
liblocale-codes-perl-3.65/internal/harvest_data:223:   if (system("which $exe > /dev/null") != 0) {
liblocale-codes-perl-3.65/internal/harvest_data-224-      die "ERROR: required executable not found: $exe\n";
##############################################
liblocale-codes-perl-3.65/internal/harvest_data-1859-      my $url  = $opts{'url'};
liblocale-codes-perl-3.65/internal/harvest_data:1860:      system("wget -N -q --no-check-certificate -O $file '$url'");
liblocale-codes-perl-3.65/internal/harvest_data-1861-   }
##############################################
liblocale-codes-perl-3.65/internal/harvest_data-1878-
liblocale-codes-perl-3.65/internal/harvest_data:1879:      system($cmd);
liblocale-codes-perl-3.65/internal/harvest_data:1880:      @in = `cat $csv`;
liblocale-codes-perl-3.65/internal/harvest_data-1881-      chomp(@in);
##############################################
liblocale-codes-perl-3.65/internal/harvest_data-1962-
liblocale-codes-perl-3.65/internal/harvest_data:1963:      @in = `cat $file2`;
liblocale-codes-perl-3.65/internal/harvest_data-1964-
##############################################
liblocale-codes-perl-3.65/internal/harvest_data-1976-      #
liblocale-codes-perl-3.65/internal/harvest_data:1977:      @in = `cat $file`;
liblocale-codes-perl-3.65/internal/harvest_data-1978-   }