module - Perl library path/s -


i need find location of perl library/libraries how can this? similar gives python...

python -c "import sys; print sys.path" 

thanks

print contents of @inc variable:

perl -e 'print "@inc\n";' 

@inc contains paths perl search find module.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -