Net::Domain::TldMozilla - TLD of the Mozilla source is returned.


Net-SPAMerLookup documentation  | view source Contained in the Net-SPAMerLookup distribution.

Index


NAME

Top

Net::Domain::TldMozilla - TLD of the Mozilla source is returned.

SYNOPSIS

Top

  use Net::Domain::TldMozilla;

  my @Tld= Net::Domain::TldMozilla->get;

DESCRIPTION

Top

TLD is acquired and returned from the source open to the public on the Mozilla site.

Please set HTTP_PROXY of the environment variable if you use Proxy.

  $ENV{HTTP_PROXY}= '192.168.0.1:8080';

METHODS

Top

get_tld

The list of TLD is returned.

  my $TLD= Net::Domain::TldMozilla->get;

ENVIRONMENT VARIABLE

Top

The following environment variables are treated.

* TLD_MOZILLA_URL

So that URL of the Mozilla site may change.

* TLD_MOZILLA_TEMP

Passing preservation of cache file ahead.

Default is '/tmp'.

SEE ALSO

Top

LWP::Simple, File::Slurp, Jcode,

AUTHOR

Top

Masatoshi Mizuno <lushe(&64;)cpan.org>

COPYRIGHT AND LICENSE

Top


Net-SPAMerLookup documentation  | view source Contained in the Net-SPAMerLookup distribution.