
tchatzi at arx
Aug 6, 2008, 1:05 PM
Views: 1713
Permalink
|
|
Peculiar $Application problem
|
|
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: asp-unsubscribe[at]perl.apache.org For additional commands, e-mail: asp-help[at]perl.apache.org
|