Simply put, how do you determine if AIX 5.3 has PERL installed as non-root?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from serverfault.com Sep 7 '11 at 14:53
|
Try this:
|
|||||
|
|
You could run this command:
This would return any path where perl resides. |
|||
|
|
which perlshould point you to the location of the perl binary, if it's installed and in your path. Otherwise, ask the admin. – SvenW Sep 7 '11 at 14:03