Hi list, I have a rather strange issue: I came across a 102 MB $Application object, which contains several little key => arrayref_value elements. The keys are usually HTTP_USER_AGENTs and the values 2 fairly short strings. I'm using MLDBM::Sync::SDBM_File. Curiously, scalar(keys(%{$Application})) returns just 4 elements and indeed iterating over keys returns only 4. Problem is, when running from the command line on a plain copy, it correctly returns both the number of elements and their keys/values. Any idea what might be wrong ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]