in reply to Re: Re: Re: Re: Ping and Tracert
in thread Ping and Tracert
What text does ping return? On Win32 it returns blah blah blah time=123ms so we match on the "time=123ms" bit. If the ping output format is different (as it will be on *nix) you just need to modify the regex. Post some sample ping output as captured by this sort of call (or whatever you are using) $ping = `ping`; print $ping and it will be easy to munge the times out of the return strings.
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Ping and Tracert
by qball (Beadle) on Sep 01, 2001 at 00:18 UTC | |
by tachyon (Chancellor) on Sep 01, 2001 at 00:30 UTC |