Below is a one line command to display all the entry in @INC array which contains the paths where perl programs looks for perl modules.
perl -e ‘foreach $_ (@INC){ print $_,”n”};’
Below is a one line command to display all the entry in @INC array which contains the paths where perl programs looks for perl modules.
perl -e ‘foreach $_ (@INC){ print $_,”n”};’