Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Find perl modules installed on server

Quote Reply
Find perl modules installed on server
GLinks already has the ability to display the 'environment'

How about including (or adding a plugin) that will display all perl modules installed on a server without having to use a separate script(s)?

(Andy perhaps?)
Quote Reply
Re: [Alba] Find perl modules installed on server In reply to
Hi,

This script does it :

http://scriptsolutions.com/...rams/free/perldiver/

I use it all the time to check if a module is installed on my servers / clients servers Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Alba] Find perl modules installed on server In reply to
Hi,

Just stuck this together, based on the modules PerlDiver users (Module::Info)

Just unzip it, upload to a folder, CHMOD test.cgi to 755 - run it, and it should give you a list of installed modules :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Find perl modules installed on server In reply to
Thanks Andy

Had just been thinking it would be another useful GLinks plugin to add to your rapidly growing collection.
Quote Reply
Re: [Alba] Find perl modules installed on server In reply to
Alba wrote:
Thanks Andy

Had just been thinking it would be another useful GLinks plugin to add to your rapidly growing collection.
Hi,

Guess I could do, but I wouldn't want to charge for it - as its mainly just built up from Perl modules available from the CPAN. It would only really be about 15 lines of code (the install code would be longer, as it would have to upload all the module .pm files, such as Module/Info.pm , etc)

I'll see what I can do though .. would be a pretty cool addition =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Alba] Find perl modules installed on server In reply to
Hi,

Here you go =)

http://www.ultranerds.com/..._0_x/ModuleEnv_L248/

I've done it as a free plugin, cos it should be helpful to people, to find out if they have certain modules (i.e Image::Magick, etc) - before purchasing any/some of my plugins Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Find perl modules installed on server In reply to
Well done! Thanks