Oh this might not be the right place for the question. I found this
list on the CPAN page for Cache::Memcached.

I have a perl subroutine that is printing out the JSON version of a
perl data structure. Without the set() the data looks like this:

(1111665600000, 2)

WIth the set() it looks like:

("1111665600000", 2)

The interesting thing is that I never get() the data. I just comment/
uncomment the set() and see the double quoted strings show up or
disappear.

Thanks for any help. Sorry if this is the wrong place for this
question.

-j


On Dec 15, 6:11 pm, Dustin <[email protected]> wrote:
> On Dec 15, 3:50 pm, jtal <[email protected]> wrote:
>
> > I'm storing data structure that includes timestamps in the form of
> > seconds from epoch. When I call set, a number like:
>
> > 1111665600000
>
> > becomes:
>
> > "1111665600000"
>
> > Notice it has become double quoted. There is no get() involved- only a
> > set(). Anyone have any ideas?
>
>   It's not clear what you're doing.  What client API are you using?
> How are you inspecting this data?

Reply via email to