http://blog.livedoor.jp/nipotan/archives/50146747.html
perl -MDBD::Pg -e'print $INC{"DBD/Pg.pm"}, "\n"'
とか
perldoc -ml DBD::Pg
でいけるみたい。
sudo $EDITOR `perldoc -ml DBD::Pg`
こんな感じで編集もできるそうです。
自分はsudo cpan して i /^DBD::Pg$/ でサーチしてる。
perl -MDBD::Pg -e'print $INC{"DBD/Pg.pm"}, "\n"'
perldoc -ml DBD::Pg
sudo $EDITOR `perldoc -ml DBD::Pg`