Net::ISC::DHCPd::Leases - Parse ISC DHCPd leases
$array_ref = $self->leases;
Holds all known lease objects.
$str = $self->file;
Holds the path to the dhcpd.leases file.
Default: "/var/lib/dhcp3/dhcpd.leases"
This method will be deprecated.
$int = $self->parse;
Read lines from file, and parses every lease it can find. Returns the number of leases found. Will add each found lease to leases.
$bool = $self->add_lease($lease_obj);
All another the Net::ISC::DHCPd::Leases::Lease manpage object to the leases attribute>.