how upgrade perl 3.8.0
for upgrade command line... REDHAT 8.0 it's ok?
-----------
cd /usr/local/directadmin/customapache
wget http://www.perl.com/download.csp#stable
tar -zxvf stable.tar.gz
cd perl-5.8.8
./configure.gnu
make
make install
-----------
or... ??
thanks