Net::Domain::TLD man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::Domain::TLD(3)   User Contributed Perl Documentation  Net::Domain::TLD(3)

NAME
	       Net::Domain::TLD - Work with TLD names

SYNOPSIS
	       use Net::Domain::TLD qw(tlds tld_exists);
	       my @ccTLDs = tlds('cc');
	       print "TLD ok\n" if tld_exists('ac','cc');

DESCRIPTION
	       The purpose of this module is to provide user with current list of
	       available top level domain names including new ICANN additions and ccTLDs
	       Currently TLD definitions have been acquired from the following sources:

	       http://www.icann.org/tlds/
	       http://www.dnso.org/constituency/gtld/gtld.html
	       http://www.iana.org/cctld/cctld-whois.htm

PUBLIC METHODS
	       Each public function/method is described here.
	       These are how you should interact with this module.

       "tlds"

	       This routine returns the tlds requested.

	       my @all_tlds = tlds; #array of tlds
	       my $all_tlds = tlds; #hashref of tlds and their descriptions

	       my @cc_tlds = tlds('cc'); #array of just 'cc' type tlds
	       my $cc_tlds = tlds('cc'); #hashref of just 'cc' type tlds and their descriptions

	       Valid types are:
		       cc		  - country code domains
		       gtld_open	  - generic domains that anyone can register
		       gtld_restricted	  - generic restricted registration domains
		       new_open		  - recently added generic domains
		       new_restricted	  - new restricted registration domains

       "tld_exists"

	       This routine returns true if the given domain exists and false otherwise.

	       die "no such domain" unless tld_exists($tld); #call without tld type
	       die "no such domain" unless tld_exists($tld, 'new_open'); #call with tld type

COPYRIGHT
	       Copyright (c) 2003-2005 Alex Pavlovic, all rights reserved.  This program
	       is free software; you can redistribute it and/or modify it under the same terms
	       as Perl itself.

AUTHORS
	       Alexander Pavlovic <alex.pavlovic@taskforce-1.com>
	       Ricardo SIGNES <rjbs@cpan.org>

perl v5.14.0			  2008-12-08		   Net::Domain::TLD(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net