in reply to Re: Upgrade perl
in thread Upgrade perl

You can probably use 5.8.0, you just have to add the path to Suse's modules (typically in /usr/lib/perl5/vendor_perl/5.6.1/) when you compile Perl.

Replies are listed 'Best First'.
Re: Re: Re: Upgrade perl
by Anonymous Monk on Feb 14, 2003 at 15:47 UTC
    Thanks, I tried once to compile without setting the path to modules. I become trouble with apache. My Cgi's did not work. "can not find module in @INC" ... At the End I reinstall perl 5.6.1 as rpm ... Murcia