Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks, I have installed ActivePerl-5.8.3 from rpm installer. It works fine with root, but not accessible from local user. How can I access it as a local user. expecting reply. thanks. santosh

Replies are listed 'Best First'.
Re: How to access perl from local user
by Callum (Chaplain) on Apr 28, 2004 at 14:20 UTC
    Hi santosh, you'll need to clarify how it's "not accessible from local user"

    Is it not in your $PATH (in which case add it's location to your $PATH), is it there but dosn't have execute permission for your user (in which case change the permissions with chmod), or if it's both visible and executable, what error message are you getting when you try to use it?

      Hi, It's working fine after setting the PATH. Thanks for reply. santosh.