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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -