in reply to Strategy for Perl and wxPerl on Linux

If I were you, I would install it separately so as to leave the "system" perl untouched. This leaves you free to experiment with various other perl distro's out there while having a soft link to the perl that you would like to use. All your programs can then reference the soft link. That way, if your underlying perl breaks up, you don't have to change your programs, just the link.
  • Comment on Re: Strategy for Perl and wxPerl on Linux

Replies are listed 'Best First'.
Re^2: Strategy for Perl and wxPerl on Linux
by Steve_BZ (Chaplain) on Oct 16, 2009 at 21:09 UTC

    If I just add CPAN modules to the system distro, would that not be more efficent and avoid problems with 'paths' and things?