Hi Mark,

On Fri, 05 Oct 2012 11:25:01 -0400
Mark Haney <ma...@abemblem.com> wrote:

> On 10/04/2012 03:23 PM, Shlomi Fish wrote:
> > On Thu, 4 Oct 2012 18:11:50 +0000
> > Mark Haney <ma...@abemblem.com> wrote:
> >
> > This may be a culprit - it seems to be a reference to a scalar that
> > is itself an array reference. Usually just doing:
> >
> > my %hash =
> > (
> >     'shifts' => \@arr,
> > );
> >
> > is enough.
> 
> See, this is what I'm not getting.  It originally /was/ an array 
> reference and not a scalar just like the call just before it for 
> factories. Why would one work and the other not? That's what is
> stumping me.
> 

please include a self-contained, minimalised, reproducing example, so we
can see what you are doing wrong. Moreover, sometimes minimalising the
code to something more self-contained helps you find the problem.  

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Understand what Open Source is - http://shlom.in/oss-fs

There is no IGLU Cabal! None of them could pass the Turing test. But strangely
enough a computer program they coded, could.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to