Re: perl- dbi
Chris Werner wrote:
Hello, R . Rajasekar
perl -e 'use DBI;'
I would ask what platform you are using that does not have perl installed?
Most unix platforms will already have a default installation of perl and
DBI. If you are installing on windows, you will likely use ActiveState; it
has been a while since I installed active state, but I seem to recall that
it installed DBI.
DBI is not core. You have to install it from CPAN or via ppm on ActiveState.
David
--
Much of the propaganda that passes for news in our own society is given
to immobilising and pacifying people and diverting them from the idea
that they can confront power. -- John Pilger
.
Relevant Pages
- RE: Trying to make DBI work for me
... leaving something behind that conflicts with the new installation. ... Everything worked fine if we unstalled perl 5.6, ... directory, installed perl 5.8, and reloaded the DBI and DBD modules. ... Using 'ppm uninstall DBI' I uninstalled DBI. ... (perl.dbi.users) - RE: rooted NT/2K boxen?
... If you suspect that a compromise has occurred, ... above information are available as Perl scripts from ... executables (Perl installation not required), ... Health - your guide to health and wellness ... (Focus-Microsoft) - Re: question about installation of GD::Text on cygwin (could be a Makefile q)
... I just created a fresh installation of Perl 5,8.2 on my platform: ... Writing Foo/Makefile.PL ... If someone else could run the above tests on Cygwin as well, ... (comp.lang.perl.misc) - Re: pkgdb -F and a few other questions
... Some of the app's were dependent on Perl 5.6.1, ... > to the Perl 5.8.1 and all is well, and ran a use.perl port command. ... Yes -- replacing the main perl installation does tend to blow away ... All of the packages in question are modules you've installed directly ... (freebsd-questions) - Re: Debian Linux Perl installation (testing dist)
... debuian user or there might be a debian perl mailing list even. ... > This can lead to installation bugs (as I've posted in another clpm ... the package system is aware what package owns what file, ... (comp.lang.perl.misc) |
|