===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libgeoip2-perl-2.006002/README.md-36-
libgeoip2-perl-2.006002/README.md:37:- [GeoIP2::Record::City](https://metacpan.org/pod/GeoIP2::Record::City) - `$city->geoname_id`
libgeoip2-perl-2.006002/README.md:38:- [GeoIP2::Record::Continent](https://metacpan.org/pod/GeoIP2::Record::Continent) - `$continent->code` or `$continent->geoname_id`
libgeoip2-perl-2.006002/README.md:39:- [GeoIP2::Record::Country](https://metacpan.org/pod/GeoIP2::Record::Country) and [GeoIP2::Record::RepresentedCountry](https://metacpan.org/pod/GeoIP2::Record::RepresentedCountry) - `$country->iso_code` or `$country->geoname_id`
libgeoip2-perl-2.006002/README.md:40:- [GeoIP2::Record::Subdivision](https://metacpan.org/pod/GeoIP2::Record::Subdivision) - `$subdivision->iso_code` or `$subdivision->geoname_id`
libgeoip2-perl-2.006002/README.md-41-
##############################################
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-149-
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md:150:The pointer can point to a value equal to `$number_of_nodes`. If this is the
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-151-case, it means that the IP address we are searching for is not in the
##############################################
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-221-data. Instead, we choose to start values that go to the data section at
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md:222:`$node_count + 16`. (This has the side effect that record values
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md:223:`$node_count + 1` through `$node_count + 15` inclusive are not valid).
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-224-
##############################################
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-284-This separator is not considered part of the data section itself. In other
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md:285:words, the data section starts at `$size_of_search_tree + 16` bytes in the
libgeoip2-perl-2.006002/maxmind-db/MaxMind-DB-spec.md-286-file.