in reply to How to install Date::Calc on a Mac
How can I tell if I have these modules already?In many cases you can type perl -M<module> (e.g, perl -MDigest::MD5) and perl will either pause waiting for input (if you have the module installed) or it will issue an error message (if you don't have it installed). That won't work for libnet or libwww-perl but should work for the other modules you mention.
Also I believe most modules will warn you about existing versions of the same module when you build them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to install Date::Calc on a Mac
by bronto (Priest) on Nov 23, 2004 at 13:58 UTC |