InterviewSolution
Saved Bookmarks
| 1. |
How to install Perl on and Linux and Unix? |
|
Answer» INSTALLATION on Linux and UNIX carry same process–
Perl has a standard location to install it in /usr/local/bin and its libraries will be installed in /usr/local/lib/perlXX, XX is the version of Perl that you have installed.Once you have done with all this process then you can check Perl version typing Perl –v on cmd. |
|