Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- How to ping the other systems
- hi,i have been asked to get the information of the systems in the network by executing ping in perl programming.use Net::Ping;$p = Net::Ping->new;print "$host is alive.n" if $p->ping($host);$p->close;where $host--> is the ip of the destination machine. if i try to give the loopback or ip of my machine then its...
- Tags: IP, Net::Ping, network, programming, rharsha83@...
- Q&A 2005-08-24
- << Previous
- page 1 of 1
- Next >>