Masatoshi Mizuno > Net-SPAMerLookup-0.06 > Net::Domain::TldMozilla

Download:
Net-SPAMerLookup-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Net-SPAMerLookup-0.10

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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

METHODS ^

get_tld

The list of TLD is returned.

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

ENVIRONMENT VARIABLE ^

The following environment variables are treated.

SEE ALSO ^

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

AUTHOR ^

Masatoshi Mizuno <lushe(@)cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2008 by Bee Flag, Corp. <http://egg.bomcity.com/>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.