in reply to Re: Upgrading Perl
in thread DBD::MySQL

I mean librares/modules.
And how should I correctly remove perl-5.8.7 which I installed few days ago? Is #rm -r /usr/local/lib/perl5 a good way?

To install it in the write directory I'm going to use this code
#cd /usr/src/perl-5.8.7 #Configure -d --prefix=/usr/lib/perl5 #cd /usr/lib/perl5 #make #make test #make install
Is this correct?
--

wbr damian