-
-
04 Oct 2014 12:58:31 UTC
- Distribution: Net-DNS_A
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (343 / 2 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (47.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::DNS_A - First attempt at asynchronous dns resoloving with gettaddrinfo_a
SYNOPSIS
use Net::DNS_A; Net::DNS_A::lookup("google.com"); sleep(1); my @output = Net::DNS_A::retrieve(); print("output[0]: $output[0]\n"); print("output[1]: $output[1]\n");
DESCRIPTION
Net::DNS_A is a first attempt at asynchronous dns resolving with gettaddrinfo_a.
EXPORT
None by default.
AUTHOR
Brian Medley, <bpmedley@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Brian Medley
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Net::DNS_A, copy and paste the appropriate command in to your terminal.
cpanm Net::DNS_A
perl -MCPAN -e shell install Net::DNS_A
For more information on module installation, please visit the detailed CPAN module installation guide.