LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Perl Question (https://www.linuxquestions.org/questions/linux-software-2/perl-question-126790/)

cbarone 12-17-2003 07:59 PM

Perl Question
 
Hello,

I just installed Perl, DBI and the Oracle DBD driver. Is there a command to tell exactly what perl modules are installed on your system?

Thanks for your help in advance.

Regards,

Cbarone@dca.net

GaijinPunch 12-17-2003 10:25 PM

Not really, or at least not that I know of.
The only thing I can think of is to put them at the top of your Perl script, then run the script. If you et no errors, then you have the modules.

You can dig around /usr/lib/perl5/5.8.0/ (assuming that's your number) and find some stuff there as well.


All times are GMT -5. The time now is 01:54 PM.