Nmap-Parser - Re: Can't locate object method get_host_objects

Posted on Mon Aug 1 17:54:36 2005 by apersaud in response to 818 (See the whole thread of 2)
Re: Can't locate object method get_host_objects
Please see the documentation. This method has been replaced by all_hosts().
all_hosts() all_hosts($status)
Returns an array of all the Nmap::Parser::Host objects for the scan. If the optional status is given, it will only return those hosts that match that status. The status can be any of the following: (up|down|unknown|skipped)
Write a response