in reply to Re: Solution to broken Net::Ping
in thread Solution to broken Net::Ping
I am aware that certain hosts are not always pingable.
After a little RTFM it works now (what a surprise).
Based on the above it looks like I need to create 2 ping tests (1 for icmp, 1 for tcp port test). Would it be cleaner to create the first object then undef it and recreate the object with the new options? or just create 2 different objects and destroy them after their very short lifespan?
Thank you for your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Solution to broken Net::Ping
by Anonymous Monk on Dec 16, 2011 at 09:29 UTC | |
|
Re^3: Solution to broken Net::Ping
by thargas (Deacon) on Dec 16, 2011 at 14:33 UTC |