IP::Country::Medium(3) | User Contributed Perl Documentation | IP::Country::Medium(3) |
IP::Country::Medium - cached lookup of country codes by IP address and domain name
use IP::Country::Medium;
See documentation for IP::Country. In addition, IP::Country::Medium objects have a cache() method, which controls whether hostname->cc lookups are cached (on by default).
$ic->cache(0); # clears and disables cache $ic->cache(1); # enables the cache
The cache is formed at the class level, so any change in caching in one object will affect all objectcs of this class. Turning off the cache also clears the cache.
2007-02-02 | perl v5.34.0 |