osx man page for ip::country::medium

Query: ip::country::medium

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IP::Country::Medium(3)					User Contributed Perl Documentation				    IP::Country::Medium(3)

NAME
IP::Country::Medium - cached lookup of country codes by IP address and domain name
SYNOPSIS
use IP::Country::Medium;
DESCRIPTION
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(BOOLEAN) By default, the module caches results of country-code lookups. This feature can be switched off by setting cache to a false value (zero, empty string or undef), and can be switched on again by setting cache to a true value (anything which isn't false). $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. perl v5.16.2 2007-02-01 IP::Country::Medium(3)
Related Man Pages
ppi::cache5.18(3) - mojave
ip::country::maxmind(3) - mojave
ip::country::maxmind5.18(3) - mojave
ppi::cache(3) - osx
ppi::cache(3pm) - debian
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
Hearing Aid for OSX 10.12.x and greater.
To print diamond asterisk pattern based on inputs
A dash to GOTO or a dash from GOTO, that is the question...
Python: Refer a properties file from different location