|
Bind::Zone::Label - Label in a DNS Zone |
Bind::Zone::Label - Label in a DNS Zone
use DNS::Zone::Label;
my $label = new DNS::Zone::Label($label_name_string);
$label->sort(); $label->dump(); $label->debug();
This class represents a label in the domain name service (DNS).
A label has a name and can contain records. You can dump() the
label using a standard format and you can use debug() to get an
output from Data::Dumper that shows the object in detail
including all referenced objects.
Copyright (C)2001-2003 Andy Wolf. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Please address bug reports and comments to: zonemaster@users.sourceforge.net
the DNS::Zone manpage, the DNS::Zone::Record manpage, the DNS::Zone::File manpage
|
Bind::Zone::Label - Label in a DNS Zone |