Created
September 22, 2013 09:20
-
-
Save libitte/6658295 to your computer and use it in GitHub Desktop.
installしたcpanモジュールのパスの調べ方
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| installしたcpanモジュールのパスの調べ方 | |
| ``` | |
| $ perl -MModule::Starter::PBP -e 'print $INC{"Module/Starter/PBP.pm"}, "\n"' | |
| ``` | |
| もしくは、 | |
| ``` | |
| $ perldoc -ml Module::Starter::PBP | |
| ``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment