Re: Bizarre copy of HASH in list assignment...

2015-03-31 Thread Andy Bach
On Tue, Mar 31, 2015 at 3:28 AM, Manfred Lotz 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 i

Re: Good books to study perl interpreter

2015-03-31 Thread Sam
On 03/30/2015 11:42 AM, rakesh sharma wrote: Hi all Please suggest nice books to know perl interpreter. In depth books is that i am looking for. Thanks Rakesh Perl guts can be nice: http://cpansearch.perl.org/src/RURBAN/illguts-0.49/index.html http://perldoc.perl.org/perlguts.html --Sam

Re: Bizarre copy of HASH in list assignment...

2015-03-31 Thread Shlomi Fish
Hi Manfred, On Tue, 31 Mar 2015 10:28:13 +0200 Manfred Lotz wrote: > Hi there, > I have a script where I use croak and somebody else using that script > gets > > Bizarre copy of HASH in list assignment > at /usr/share/perl/5.20/Carp.pm line 228. > > I get a message like this, instead: > > Var

Bizarre copy of HASH in list assignment...

2015-03-31 Thread Manfred Lotz
Hi there, I have a script where I use croak and somebody else using that script gets Bizarre copy of HASH in list assignment at /usr/share/perl/5.20/Carp.pm line 228. I get a message like this, instead: Variable b has empty value! at ./x.pl line 23. main::myfunc() called at ./x.pl line 8