in reply to Re^3: How to effectively update perl modules which are installed in my homedir
in thread How to effectively update perl modules which are installed in my homedir

It works for root Modules but if you have something like that it will not work.

perl -MYAML::Base -le " print for grep /YAML::Base.pm/, values %INC"

  • Comment on Re^4: How to effectively update perl modules which are installed in my homedir
  • Download Code

Replies are listed 'Best First'.
Re^5: How to effectively update perl modules which are installed in my homedir
by Anonymous Monk on Apr 05, 2011 at 14:58 UTC
    values are paths, not module names