in reply to Re^3: perl installation
in thread perl installation

"I recommended adjusting $ENV{PATH} so your local Perl gets found first. The error message explains that well:"
Sorry, I dont know how to do it
Could you please help me...Thanks for your support

Replies are listed 'Best First'.
Re^5: perl installation
by Corion (Patriarch) on Mar 07, 2008 at 07:43 UTC

    This is not really a Perl issue. You should ask your system administrator on how to best do that in your environment.

    A quick fix would likely be to execute:

    export PATH=/tools/sol/perl/bin;$PATH

    in your shell session or to add a line like that to your .profile. Or you could actually read what I gave you as a solution in my first reply instead of blindly changing things around and praying for the best.