Ok it looks like it is installed in another location..
this is /usr/bin
[root@mail bin]# ls -lsa | grep perl
24 -rwxr-xr-x 1 root root 23775 Jul 24 2006 find2perl
56 -rwxr-xr-x 1 root root 50208 Oct 13 2004 foomatic-perl-data
16 -rwxr-xr-x 2 root root 15164 Jul 24 2006 perl
16 -rwxr-xr-x 2 root root 15164 Jul 24 2006 perl5.8.5
36 -rwxr-xr-x 1 root root 36807 Jul 24 2006 perlbug
20 -rwxr-xr-x 1 root root 17953 Jul 24 2006 perlcc
4 -rwxr-xr-x 1 root root 224 Jul 24 2006 perldoc
12 -rwxr-xr-x 1 root root 11667 Jul 24 2006 perlivp
[root@mail bin]# ./perl -v
This is perl, v5.8.5 built for i386-linux-thread-multi
Copyright 1987-2004, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at
Perl.com: The Source for Perl -- perl development, conferences, the Perl Home Page.
[root@mail bin]# perl -v
This is perl, v5.8.8 built for i686-linux
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at
The Perl Directory - perl.org, the Perl Home Page.
[root@mail bin]# which perl
/usr/local/bin/perl
[root@mail bin]#
I appreciate all the help I am receiving.
Is there an easy way to install the RHEL perl?
Do I use rpm to do that?
Thanks
Don Hickey