Morgan, Steve H. wrote.
> Is there any way to get the ping return time from within perl 
> on a win32 system. The NET::Ping module does not seem to return
> this information.

Time it yourself? Call time() before and after doing the ping and subtract
one value from the other. This gives you the number of seconds.

If you need higher resolution, Time::HiRes may be able to help you (I don't
know whether it works under win32, though).

Cheers,
Philip
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to