in reply to Re^3: installing perl 5.12.3
in thread installing perl 5.12.3

sorry that should read

[root@Gandalf ~]# $PATH bash: /usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/ +bin:/usr/bin:/bin:/usr/X11R6/bin:/home/pats/bin:/home/pats/localperl/ +bin: No such file or directory

Replies are listed 'Best First'.
Re^5: installing perl 5.12.3
by moritz (Cardinal) on Apr 21, 2011 at 09:31 UTC

    If your system is anything like mine, there's a perl in /usr/bin/, which comes before /home/pats/localperl/bin.

    As I wrote before:

    You have to add $home/localperl/bin to your PATH environment variable before the path in which your current Perl is.

    (this time with emphasis).