in reply to Perl ICMP ping multiple servers connect availability check simultaneously

nmap
  • Comment on Re: Perl ICMP ping multiple servers connect availability check simultaneously

Replies are listed 'Best First'.
Re^2: Perl ICMP ping multiple servers connect availability check simultaneously
by Corion (Patriarch) on Sep 24, 2014 at 13:17 UTC

    nmap even has XML output, and there is Nmap::Parser, which consumes the output of nmap and provides it as a Perl data structure.