Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: batch ping problem

by Henri Icarus (Beadle)
on Jun 13, 2001 at 19:27 UTC ( [id://88089]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ip = "10.32.$octet3.$x";
    @data = `ping $ip -w 5`;
    
  2. or download this
    print "$ip is not available" if !grep(/^64 bytes from/,@data);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-09-19 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (25 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.