Forum Moderators: coopster & phranque

Message Too Old, No Replies

List all the installed Perl modules on my ISP...

How to?

         

MonkeeSage

7:34 pm on Sep 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there a way to check this as wheel / server, or would I need extra permissions? Can I make a little CGI and run from my site to jump through and list all the .pm files in the Perl lib path using File::Find or something like that? Or am I stuck with poking and hoping? I'm rather new to CGI in general and Perl in particular, so try not to throw a brick at me if this is the first thing they teach you in every Perl book ;p

Jordan

Ps. I already looked at the HTTP headers and server description, just tells me about the mods installed (Apache), nothing about the specific Perl libs.

bcolflesh

7:49 pm on Sep 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try:

sniptools.com/perldigger

MonkeeSage

10:16 pm on Sep 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, that is just what I was looking for. :)

I see now that @INC is an array...heh, I had always thought it was some kind of wierd entry point specification to tell the Perl binary to load it's library list or something like that! doh! hehe.

Thanks again!

Jordan

Dolemite

10:19 pm on Sep 16, 2003 (gmt 0)

10+ Year Member



If you have CPanel, there's an "Installed Perl Modules" screen.