Skip to content

Instantly share code, notes, and snippets.

@libitte
Created September 22, 2013 09:20
Show Gist options
  • Select an option

  • Save libitte/6658295 to your computer and use it in GitHub Desktop.

Select an option

Save libitte/6658295 to your computer and use it in GitHub Desktop.
installしたcpanモジュールのパスの調べ方
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