Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Pinging an ip range

by staunch (Pilgrim)
on Jan 25, 2003 at 09:39 UTC ( [id://229816]=note: print w/replies, xml ) Need Help??


in reply to Re: Pinging an ip range
in thread Pinging an ip range

If you do decide to use nmap's output, check out its spiffy XML output:
use XML::Simple qw(XMLin); use Data::Dumper; my($xml) = XMLin(scalar(`nmap -oX - -sP 10.0.0.0-50`)); print(Dumper(\$xml));
Staunch

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://229816]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 13:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found