LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   I Need Perl Modules!!! (https://www.linuxquestions.org/questions/programming-9/i-need-perl-modules-339004/)

benmay05 07-01-2005 05:39 AM

I Need Perl Modules!!!
 
Hi,
Firstly, thanks for looking :)

Anyway, I made a program on my slackware 10.1 or 10 box in cgi/perl now that I have had to upgrade my server to Fedora Core 3 (FC3) I cant run the entire program.

I dont get like, internal errors, it displays parts, but where some of the 'guts' are meant to go, it does nothing,..

eg. one part of the program used to open a dir's contents and print it all to the screen. This used to work but now doesnt,

I am thinking that I am going to need some more modules??

ok, so where do I find modules. i found some rpms, but the mod_perl was already installed, how to I enable it or check what I have / dont have?

Thanks...

keefaz 07-01-2005 06:12 AM

Try this link :
http://www.cpan.org/misc/cpan-faq.ht...talled_modules
(require ExtUtils::Installed)

Chrax 07-01-2005 02:48 PM

Code:

# cpan

cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support enabled

cpan> install <module> ...

P.S. you can search with

Code:

i /<regexp>/


All times are GMT -5. The time now is 03:35 PM.