manpagez: man pages & more
man Net::DNS::RR::APL::ApItem(3)
Home | html | info | man

Net::DNS::RR::APL::AApItem(3)




NAME

       Net::DNS::RR::APL::ApItem - DNS APL  ApItem


SYNOPSIS

       use Net::DNS::RR::APL::ApItem;

       my $apitem=Net::DNS::RR::APL::ApItem->new();


DESCRIPTION

       This is an object that contains the Address Prefixes with related
       information such as address family and possible negation flags for the
       APL RR. Please see the RFC3123 for details.


Methods

       new

       Constructor method.

       $apitem[0]=Net::DNS::RR::APL::ApItem->new(1:192.168.32.0/21);
       $apitem[1]=Net::DNS::RR::APL::ApItem->new(!1:192.168.32.0/21);
       $apitem[2]=Net::DNS::RR::APL::ApItem->new(2:FF00:0:0:0:0:0:0:0/8);

       $empty=Net::DNS::RR::APL::ApItem();

       Returns undef if the argument cannot be parsed.  Returns an object with
       empty attributes when no argument is supplied.

       string

       Returns a string representation of the object in the
       '[!]afi:address/prefix' format
          $apl=$apitem[0]->string;

       print

       Prints the textual representation of the object.
          $apitem[0]->print;
          # same functionality as:
          $apl=$apitem[0]->string;
          print $apl;


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(3), perl(1), Net::DNS(3), Net::DNS::Resolver(3),
       Net::DNS::Packet(3), Net::DNS::Header(3), Net::DNS::Question(3), 
       Net::DNS::RR(3), RFC 3123



perl v5.10.0                      2009-01-26      Net::DNS::RR::APL::ApItem(3)

Mac OS X 10.6 - Generated Thu Sep 17 20:13:54 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.