Monday, May 25, 2009

How to get the installation path of Perl from system path

Run the following command in a console

perl -e 'print "@INC";'

It will print all the entries in the system path.



No comments: