in reply to Net::Ping output
Hi gaurav
To get the same output execute the `ping` command with ``(backtick) or qx() and capture the output use regex and parse whatever you want.
use ping -c option to quit the ping command automatically, not with control-C
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::Ping output
by gaurav (Sexton) on Aug 19, 2013 at 05:45 UTC | |
by vinoth.ree (Monsignor) on Aug 19, 2013 at 06:06 UTC | |
by gaurav (Sexton) on Aug 19, 2013 at 06:11 UTC | |
by vinoth.ree (Monsignor) on Aug 19, 2013 at 06:25 UTC | |
by gaurav (Sexton) on Aug 19, 2013 at 06:34 UTC |