>Do a 'which perl'. You probably have /usr/local/bin before /usr/bin in your PATH, so doing the 'perl Makefile.PL' picks up the /usr/local/bin one instead of the /usr/bin one.
*** You are right an "echo $PATH" returned: << /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/admin/bin << >If this looks right, either change your path around or just do '/usr/bin/perl -MCPAN -e shell' instead. *** I actually was doing /usr/bin/perl to force it to install in the 5.6.0 directory. Another question where is these PATHs stored for Red Hat Linux 7.1. I cannot edit the file as I am not sure what it is ?? Louis. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
