ParseUtil::Domain

Utility for parsing a domain name into its components
Download

ParseUtil::Domain Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • William Travis Holton
  • Publisher web site:
  • http://search.cpan.org/~heytrav/

ParseUtil::Domain Tags


ParseUtil::Domain Description

Just another tool for parsing domain names. ParseUtil::Domain is a Perl module that makes use of the data provided by the Public Suffix List (http://publicsuffix.org/list/) to parse tlds.It also provides respective puny encoded and decoded versions of the parsed domain.SYNOPSIS use ParseUtil::Domain ':parse'; my $processed = parse_domain("somedomain.com"); #$processed: #{ #domain => 'somedomain', #domain_ace => 'somedomain', #zone => 'com', #zone_ace => 'com' #}Product's homepage


ParseUtil::Domain Related Software