The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

Holds a list of Nmap::Scanner::Host objects. get_next() returns a host reference while there are hosts in the list and returns undef when the list is exhausted. Hosts are indexed and sorted internally by primary IP address.

get_next()

Return the next Nmap::Scanner::Host from the list, or undef if the list is empty.

as_xml()

Returns an XML string representation of all hosts in the list.