Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Pinging an ip range

by tstock (Curate)
on Jan 25, 2003 at 05:30 UTC ( [id://229793]=note: print w/replies, xml ) Need Help??


in reply to Pinging an ip range

nmap -sP 10.0.0.1-10

tstock

Replies are listed 'Best First'.
Re: Re: Pinging an ip range
by staunch (Pilgrim) on Jan 25, 2003 at 09:39 UTC
    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://229793]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found