> And buggy, consider:
   my @timings = ( 11, 22, 3, 14, 18, 45, 18, ... 86 );

Yeah, it's a constraint without a cause. Do you want to treat every "18" in the 
"if " or only the first? Why not use a counter?  Is the data from a list, a 
file or … ? Do we know it's the 5th element ahead of time?

But it seems like there'd have to be something else involved that eliminates a 
counter var. 

  a

Andy Bach
(608) 658-1890
Not at my desk

On Aug 8, 2013, at 8:05 PM, Michael Rasmussen <mich...@jamhome.us> wrote:

> And buggy, consider:
>    my @timings ( 11, 22, 3, 14, 18, 45, 18, ... 86 );

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