Sanjay Tripathi wrote: > I am using SunOS and Oracle as a DB. > > To Install DBI I'm using below command > > perl -MCPAN -e 'install Bundle::DBI' > [snip] > > CPAN.pm: Going to build T/TI/TIMB/DBI-1.54.tar.gz > > ************************************************************************ > Perl versions below 5.6.1 are no longer supported by the DBI. > Perl versions 5.6.x may fail during installation with a complaint > about the use of =head3 in the pod documentation. > ************************************************************************ > Press return to continue...
Did you press return? What happened? Did the tests pass? If the installation did indeed fail because of the "=head3" problem, you can install like this: perl -MCPAN -e 'force install DBI' And then restart with Bundle::DBI like you tried before. - Philip