Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cpan config help

Status
Not open for further replies.

ksbrace

Programmer
May 13, 2000
501
US
Hello,
I'm looking to grab DBI, DBD, and LDAPS modules. I have more than one installation of perl and I want cpan to install it in the /exlibris/aleph/product/perl-5.8.2 installation. thanks in advance!

 
Does running the following work?
Code:
/exlibris/aleph/product/perl-5.8.2/bin/perl -MCPAN -e shell
I don't remember whether CPAN looks at compile-time set directories for install paths, or whether it checks environment variables. I'd guess the former.

- Andrew
Text::Highlight - A language-neutral syntax highlighting module in Perl
also on SourceForge including demo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top