 |
|
Home:
Perl Programming Help:
Intermediate:
Re: [yorams70] get lib full path:
Edit Log
|
|

wickedxter
User
Oct 18, 2011, 9:56 AM
Views: 2652
|
|
Re: [yorams70] get lib full path
|
|
|
the directories perl uses to search for modules is keept in the %INC array. You can print that and take a look their. You also might be able to search from the base folder for the module. if no help their might have to search the whole drive for it b/c if the module uses the ' lib ' module it can be anywhere outside the normal lib and site folders. edit: opps sry wrong type should of been % rather then @ ....
(This post was edited by wickedxter on Oct 18, 2011, 12:29 PM)
|
|
|
Edit Log:
|
|
Post edited by wickedxter
(User) on Oct 18, 2011, 12:28 PM
|
|
Post edited by wickedxter
(User) on Oct 18, 2011, 12:29 PM
|
|
|  |