I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-06-24 04:47:57.503446-07 by apoch632
cpan install not showing up in the include path
I installed Cache-Memcached using the command cpan install Cache::Memcached however when i try to use it in a CGI script it is not showing up. I get the following error for the Apache logs
Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] Can't locate Cache/Memcached.pm in @INC (@INC +contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /Sy +stem/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10 +.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-mult +i-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/dar +win-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Applications/MAMP/cgi-bin/sideba +r3/index.cgi line 6. [Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /Applica +tions/MAMP/cgi-bin/sidebar3/index.cgi line 6. [Fri Jun 24 12:41:01 2011] [error] [client 127.0.0.1] Premature end of script headers: index.cgi
How do I get it to be located in the @INC. Can anyone help me. Thanks
Direct Responses: Write a response