![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Memcache 'get' returns undef running under mod_perlby graq (Curate) |
on Nov 30, 2007 at 14:58 UTC ( #654127=perlquestion: print w/replies, xml ) | Need Help?? |
graq has asked for the wisdom of the Perl Monks concerning the following question: I have Cache::Memcache installed on Redhat. I have started the memcache process like so:
Apache is configured like so:
In My::SSI I create various other objects and call methods on them. E.G. My::MemcacheTest->test #Outputs: 'Test Result = This did not work' Elsewhere I have a simple script to read the memcached key, which works: #Outputs: Memcache value is: KISS I have tried various combinations of getting and setting values, the only one that doesn't work is 'get' through mod_perl -=( Graq )=-
Back to
Seekers of Perl Wisdom
|
|