On Tue, Mar 31, 2015 at 3:28 AM, Manfred Lotz <manfred.l...@arcor.de> wrote:

>
> Bizarre copy of HASH in list assignment
> at /usr/share/perl/5.20/Carp.pm line 228.
>

Hmm:
http://stackoverflow.com/questions/6217317/bizarre-copy-of-unknown-in-subroutine-entry

which suggests:

A "Bizarre copy" occurs when Perl's stack is corrupted or contains
non-scalars. It occurs as the result of bugs in Perl itself or in XS
modules. (Brian Gerard's example exercises one of a long list of known bugs
related to the stack not being ref-counted.)

You could isolate the problem by adding the following to the anon sub:

...



-- 

a

Andy Bach,
afb...@gmail.com
608 658-1890 cell
608 261-5738 wk

Reply via email to