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

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -