Net::Domain::ExpireDate

Obtain expiration date of domain names
Download

Net::Domain::ExpireDate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Walery Studennikov
  • Publisher web site:
  • http://www.sama.ru/~despair/

Net::Domain::ExpireDate Tags


Net::Domain::ExpireDate Description

Net::Domain::ExpireDate is a Perl module that gets WHOIS information of given domain using Net::Whois::Raw and tries to obtain expiration date of domain. Unfortunately there are too many different whois servers which provides whois info in very different formats. Net::Domain::ExpireDate knows more than 40 different formats of expiration date representation provided by different servers (almost all gTLD registrars and some ccTLD registrars are covered). Now obtaining of domain creation date is also supported.SYNOPSIS use Net::Domain::ExpireDate; $expiration_obj = expire_date( 'microsoft.com' ); $expiration_str = expire_date( 'microsoft.com', '%Y-%m-%d' ); $expiration_obj = expdate_int( $whois_text, 'com' ); $expiration_str = expdate_fmt( $whois_text, 'ru', '%Y-%m-%d' ); ($creation_obj, $expiration_obj) = domain_dates( 'microsoft.com' ); ($creation_str, $expiration_str) = domain_dates( 'microsoft.com', '%Y-%m-%d' ); ($creation_obj, $expiration_obj) = domdates_int( $whois_text, 'com' );Product's homepage


Net::Domain::ExpireDate Related Software