
wickedxter
User
Oct 18, 2011, 9:56 AM
Post #2 of 3
(2667 views)
|
|
Re: [yorams70] get lib full path
[In reply to]
|
Can't Post
|
|
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)
|