Skip Menu |

This queue is for tickets about the Nmap-Scanner CPAN distribution.

Report information
The Basics
Id: 30198
Status: new
Priority: 0/
Queue: Nmap-Scanner

People
Owner: Nobody in particular
Requestors: ERRR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.7
Fixed in: (no value)



$scan->register_host_closed_event(\&host_offline); sub host_offline { my $self = shift; my $host = shift; print "computer off (". $host->hostname(). ")\n"; } This never prints even if the host is infact offline, it just skips the host.