Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

cache::memcached not getting values

by bageler (Hermit)
on May 11, 2006 at 18:43 UTC ( [id://548795]=perlquestion: print w/replies, xml ) Need Help??

bageler has asked for the wisdom of the Perl Monks concerning the following question:

Please, oh esteemed monks of perl, grace me with your wisdom!

I have these two lines:

my $poptags = $memcache->get('poptags'); my @poptags = @{$memcache->get('poptags')};
Now, print Dumper($poptags) is UNDEF and print Dumper(@poptags) is the array I was looking for.

This began happening at 8:42am, before anyone got to work. Nothing on the machine (besides logs) have modification times newer than two weeks ago. What would be causing this, if the memcache daemon is also local?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://548795]
Approved by Argel
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 06:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found