in reply to Re^2: 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
$ perl -MCGI -le " print for grep /CGI.pm/, values %INC" C:/perl/5.12.2/lib/CGI.pm $ perldoc -l CGI C:\perl\5.12.2\lib\CGI.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to effectively update perl modules which are installed in my homedir
by slatibart (Sexton) on Apr 05, 2011 at 14:33 UTC | |
by Anonymous Monk on Apr 05, 2011 at 14:58 UTC | |
|
Re^4: How to effectively update perl modules which are installed in my homedir
by slatibart (Sexton) on Apr 05, 2011 at 14:04 UTC |