I'm developing an application that creates a binary tree of objects.
Previously they were all hash-based, but using pseudohashes has sped up processing by about 3 times!
Having to use "no strict 'refs';" does worry me a bit though...
Are pseudohashes really implemented in perl, or just a hack? will they be supported in future versions?