Net::Lookup::DotTel

Look up information related to a .tel domain name (or possible another domain name having .tel-style TXT and NAPTR records)
Download

Net::Lookup::DotTel Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sebastiaan Hoogeveen
  • Publisher web site:
  • http://search.cpan.org/~zebaz/

Net::Lookup::DotTel Tags


Net::Lookup::DotTel Description

Look up information related to a .tel domain name (or possible another domain name having .tel-style TXT and NAPTR records) Net::Lookup::DotTel is a Perl module that offers an easy way to access the contact information that is stored in DNS through NAPTR and TXT records under the .tel TLD.SYNOPSIS use Net::Lookup::DotTel; my $lookup = Net::Lookup::DotTel->new; if ( $lookup->lookup ( 'smallco.tel' )) { my $service = $lookup->get_services ( 'email' ); if ( $service->{uri} =~ /^mailto:(.+)/ ) { my $email = $1; print "SmallCo's email address is $email "; } } Requirements: · Perl


Net::Lookup::DotTel Related Software