[EMAIL PROTECTED] wrote:
> Hi,
>       I want to use the LWP module but the server that I connect to
> does not have it installed (Solaris). Also I do not have any access
> to install the pm module on any place except my own folder.
>       Is there any way that I can install/copy the LWP module under
> my own folder and ask perl to search inside my folder as well?
> 
use FindBin qw/$Bin $RealBin/;

use lib $Bin;

I believe these two lines, placed somewhere near the top of your code, ought to do it 
for sure, in case '.' isn't included in @INC.

It's worth a try anyway.

Hope that helps.




_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to