http://qs321.pair.com?node_id=652696


in reply to Re^2: Inconsistant Net::Ping on XP
in thread Inconsistant Net::Ping on XP

I stuck in the new version with ppm.

PPM doesn't (usually) make that kind of mistake, so perhaps you would explain what you actually did?

Where did you find the 1.87 ppd? What command(s) did you use to install it?


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^4: Inconsistant Net::Ping on XP
by traveler (Parson) on Nov 24, 2007 at 16:25 UTC
    Well, this was educational... It seems that Time::HiRes normally lives in lib since it comes with perl. ppm installs to site/lib. So perl was using the old one. I renamed that copies in the lib directory and perl now uses the correct (new) library. Thanks all!