On 2012-05-14, at 06:07, Aaron Crane wrote:
Since these two enhancements aren't entirely compatible, the current situation is unfortunate: a "+"-prototyped argument must be an unblessed array or hash ref — not a blessed reference, and not an autovivifying undef (so `push $x, list` doesn't work on undef, even though `push @$x, list` would work fine).
Is this describing alchemy or cabala?