hello Again,
Please ignore my last comments, its been a long day!!!
Why not try and do the ping from within the code rather than calling an external command, here is some example code that may be useful:
#!perl.exe
use Net::Ping;
use Time::HiRes qw( gettimeofday tv_interval );
$bytes =...
Hi,
I think that the command that you want to use is:
$command = "ping 127.0.0.1";
system $command
this should work correctly!!!
Hope this helps!!
mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.