On Thu, 22 Feb 2001 05:15:03 -0800 (PST), jochen hagenstroem wrote:
>All other ModuleFiles have a MacPerl icon, whil the file "Ping.pm" has the simple
>text icon.
>
>can i get it to work? does it need to be recompiled?
Modules ordinarily ARE text files. If Net::Ping doesn't use XS (=
compiled in C), then it should work. I don't know this module, but open
that text file, Ping.pm, and see if you can find strings like the module
name "DynaLoader" and the function "bootstrap". If you don't, then
you're in luck. Simply try one of the test scripts, as per the docs.
--
Bart.