Re: [za-pm] 0..$#input_numbers ???

2010-04-21 Thread Anne Wainwright
Note: Beware! Default reply-to is to the list. Hello, Nick, Thanks for the input which has cleared the air, couple of comments below. On Wed, 21 Apr 2010 06:12:42 +0200 Nick Cleaton wrote: > Note: Beware! Default reply-to is to the list. > On Tue, 2010-04-20 at 23:25 +0200, Anne Wainwright wrot

Re: [za-pm] 0..$#input_numbers ???

2010-04-20 Thread Nick Cleaton
Note: Beware! Default reply-to is to the list. On Tue, 2010-04-20 at 23:25 +0200, Anne Wainwright wrote: > As usual, writing a clear email about a problem has wrung most of the > answer out of the apparent fog. Nevertheless > > >From page 59 of INTERMEDIATE PERL (alpaca book) > > 1 my @inpu

[za-pm] 0..$#input_numbers ???

2010-04-20 Thread Anne Wainwright
Note: Beware! Default reply-to is to the list. Hi, As usual, writing a clear email about a problem has wrung most of the answer out of the apparent fog. Nevertheless >From page 59 of INTERMEDIATE PERL (alpaca book) 1 my @input_numbers = (1, 2, 4, 8, 16, 32, 64); # $len = @input_numbers; 2 m