|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
how do I list the installed perl modules in SSH?
there a command for it , right?
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2002
Posts: 2,781
|
perl -MCPAN -e shell
__________________
I don't endorse a god damn thing......
|
|
|
|
|
|
#3 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Aug 2002
Posts: 5,235
|
which perl
|
|
|
|
|
|
#5 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,472
|
goto search.cpan.org
find the one you want download it and ftp to your server then tar zxvf the file then perl Makefile.PL make make install
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() My Cam Feeds Script |
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
no no no
I want to list which ones are ALREADY INSTALLED - not install any new ones |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Feb 2003
Posts: 1,020
|
http://www.scriptsolutions.com/programs/free/perldiver/
Go there, download perldiver, upload it, hit it in your browser. It'll tell you absolutely everything about perl on your server. Modules, paths, versions...everything. Beautiful program. |
|
|
|