i was trying to use the Net::Ping; module, but when i create the object like so:
$host = Net::Ping->new();
(after use Net:Ping; has been declared, of course)
i get the following error message when the code compiles:
Can't locate object method "new" via package "Net::Ping" in myprogram at line 12.
any ideas what might be the problem?
the module Net::Ping, by the way...
thanks
magnus