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?
Don't do that. Use the CPAN utility built into Perl. [if your on
Windows, try ppm first]. Downloading then installing by hand
, October 31, 2003 4:21 PM
To: [EMAIL PROTECTED]
Subject: How do I install DBD modules
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
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 modul
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]