===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-412-                # check_run - Capture::Tiny, Open3 ... ftw!
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm:413:                my $ans = `echo a | ($grep -E '(a|b)') 2>/dev/null`;
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-414-                chomp $ans;
##############################################
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-479-                my ( $stdout, $stderr, $exit ) =
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm:480:                  capture { system( $lex, $filename ); };
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-481-                chomp $stdout;
##############################################
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-3086-    my ( $stdout, $stderr, $exit ) =
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm:3087:      capture { system( $_pkg_config_prog, @pkg_config_args ); };
libmaxmind-db-reader-xs-perl-1.000008/inc/Config/AutoConf.pm-3088-    chomp $stdout;
##############################################
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-212-    _open_std( $stash->{child}{$which} );
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm:213:    $stash->{pid}{$which} = system(1, @cmd, $stash->{flag_files}{$which});
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-214-    # not restoring std here as it all gets redirected again shortly anyway
##############################################
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-216-  else { # use fork
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm:217:    _fork_exec( $which, $stash );
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-218-  }
##############################################
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-424-   ($stdout, $stderr, $exit) = capture {
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm:425:     system( $cmd, @args );
libmaxmind-db-reader-xs-perl-1.000008/inc/Capture/Tiny.pm-426-   };
##############################################
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-149-
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md:150:The pointer can point to a value equal to `$number_of_nodes`. If this is the
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-151-case, it means that the IP address we are searching for is not in the
##############################################
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-221-data. Instead, we choose to start values that go to the data section at
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md:222:`$node_count + 16`. (This has the side effect that record values
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md:223:`$node_count + 1` through `$node_count + 15` inclusive are not valid).
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-224-
##############################################
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-284-This separator is not considered part of the data section itself. In other
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md:285:words, the data section starts at `$size_of_search_tree + 16` bytes in the
libmaxmind-db-reader-xs-perl-1.000008/maxmind-db/MaxMind-DB-spec.md-286-file.