Philippe M. Chiasson wrote:
+ my $Idx;
+ {
+ local $Data::Dumper::Indent = 0;
+ local $Data::Dumper::Terse = 1;
+ $Idx = Dumper([EMAIL PROTECTED]);
This may also be significantly slower than what it's replacing, and
since this is just calculating a cache key, people expect it to be fast.
If this does solve the problem, it should be optional, unless
benchmarks show it to be a negligible hit.
Maybe more to the point, I'm not sure it's a good idea to shoot in the
dark like this without knowing how DBD::Multiplex uses this data or
what's in it.
- Perrin