in reply to Re: module location
in thread module location
It's not rocket science - I'm sure others (like Broquaint above with Module::Locate) have probably already done this, but I'll post the code when I'm done.1. if the module is installed on the system 2. if it is installed, what version ($VERSION) it is, and 3. if it is installed, exactly where on the system it resides (absolute file name)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: module location
by jZed (Prior) on Nov 07, 2003 at 16:45 UTC | |
by hmerrill (Friar) on Nov 07, 2003 at 17:28 UTC | |
by BrowserUk (Patriarch) on Nov 07, 2003 at 18:30 UTC | |
|
Re: Re: Re: module location
by broquaint (Abbot) on Nov 07, 2003 at 16:57 UTC |