I have been lurking for a while but I want to chime in and say thanks for that 
piece of advice. I've been trying to sort out in my head when to use a hash or 
an array and this all helps!

-Christin

-----Original Message-----
From: Shawn H Corey [mailto:shawnhco...@gmail.com] 
Sent: Friday, February 12, 2016 10:21 AM
To: beginners@perl.org
Subject: Re: Counter Help

On Fri, 12 Feb 2016 12:08:07 -0500
Uri Guttman <u...@stemsystems.com> wrote:

> hashes are very easy to learn. and once you get the hang of them you 
> will wonder why you waited so long.

If keeping the data ordering is important, use an array. Otherwise, use a hash. 
:)


--
Don't stop where the ink does.
        Shawn

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



--
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