Hi Dan, 

There will probably be a README file in the package that will explain
how to install them. 

As a general rule though, the following almost always installs them:

* uncompress and untar your file then do:

% perl Makefile.PL
% make
% make test
% make install

Or if you have the CPAN module installed on your system you can simply
do:

% perl -MCPAN -e shell
cpan> install MODULE_NAME



On Sat, 2003-11-01 at 11:21, Dan Anderson wrote:
> If I download DBD modules for DBI off CPAN, what is the directory I
> should put them in so they can be used by all perl scripts on the
> system?
> 
> Thanks in advance,
> 
> -Dan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to