in reply to Re^2: locally installed modules not interfacing
in thread locally installed modules not interfacing
I think you're missing the point. HTTP::Request require's other modules. But, HTTP::Request may not be aware of your modified @INC (which you create with use lib). How can HTTP::Request load those if it doesn't know where to find them?
I don't know if this is the issue, perhaps a more knowledgeable monk can help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: locally installed modules not interfacing
by mike hal (Initiate) on Sep 26, 2005 at 18:40 UTC |