in reply to Re: Net::Ping::External
in thread Net::Ping::External
Actually, I need to have Win32 ping behave differently than the other OS's. This is because, unlike everything Unix-like, Win32 returns 0 on successful ping, 0 on failed ping. Hence, I can't analyze the return value from system(), and actually need to parse the output, using backticks.