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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -