>Can somebody give me a hint if there's some general problem with perl
>when not resided in /usr
>

Hello,

Do you know where your modules are installed?Given the path for installed 
modules is "/your/path",you can add the path to Perl's @INC by putthing this 
statement at the begin of your scripts:

use lib qw(/your/path);

Then the script or other modules should find the installed modules correctly.





--
Jeff Pang
NetEase AntiSpam Team
http://corp.netease.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to