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
Post a Comment