Bind::Zone - DNS Zone



NAME

Bind::Zone - DNS Zone


SYNOPSIS

use DNS::Zone;

my $zone = new DNS::Zone($zone_name_string);

$zone->sort(); $zone->dump(); $zone->debug();


ABSTRACT

This class represents a zone in the domain name service (DNS).


DESCRIPTION

A zone has a name and can contain labels. You can dump() the zone use 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.


AUTHOR

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


SEE ALSO

the DNS::Zone::Label manpage, the DNS::Zone::Record manpage, the DNS::Zone::File manpage

 Bind::Zone - DNS Zone