in reply to
Procedural Perl slower than OO Perl!!!
Maybe you're (unintentionally, but performantly) copying and moving around less data, because the reference you're using as an object has a built-in heap.
Comment on
Re: Procedural Perl slower than OO Perl!!!
In Section
Seekers of Perl Wisdom