in reply to Re: Implementing a Data Cache
in thread Implementing a Data Cache

return \@$cache;

It's a nit, but that's unnecessarily messy. In this case, just return $cache; rather than taking a reference after dereferencing.

-sauoq
"My two cents aren't worth a dime.";