Net::DNS::RR::APL man page on ElementaryOS

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

Net::DNS::RR::APL(3pm)User Contributed Perl DocumentatioNet::DNS::RR::APL(3pm)

NAME
       Net::DNS::RR::APL - DNS APL resource record

SYNOPSIS
       "use Net::DNS::RR";

DESCRIPTION
       This is an RR type for address prefix lists. Please see the RFC3123 for
       details.

METHODS
   applist
       Returns an array of Net::DNS::APL::ApItem objects.

       Each ApItem objecst contains the following attribute that can be
       accessed and set using methods of the same name: addressfamily, prefix,
       negation, address

	 foreach my $ap ($apl->aplist()){
	       print $ap->negation()?"!":"";
	       print $ap->addressfamily().":";
	       print $ap->address();
	       print $ap->prefix(). " ";
	   }

       In addition the	Net::DNS::APL::ApItem objects can be printed using the
       string method.

	   foreach my $ap ($apl->aplist())
		     print $ap->string."\n";
	   }

COPYRIGHT
       Copyright (c) 2008 Olaf Kolkman (NLnet Labs)

       All rights reserved.  This program is free software; you may
       redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO
       Net::DNS::RR::APL::ApItem, perl(1), Net::DNS, Net::DNS::Resolver,
       Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR,
       RFC 3123

perl v5.18.1			  2012-01-27		Net::DNS::RR::APL(3pm)
[top]

List of man pages available for ElementaryOS

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