in reply to Re^2: Memcached and arrays?
in thread Memcached and arrays?
No, it serialises and deserialises data structures for you (using Storable::freeze and Storable::thaw by default). $stored_items holds a reference to a copy of the original array.
|
|---|