in reply to Re^2: Memcached and arrays?in thread Memcached and arrays?
Because that's what you stored.
Also, @tmp = @{$tmp}; makes a needless copy of the array. Just use $tmp instead of @tmp.