in reply to Re: Ignore a range of numbers ina List
in thread Ignore a range of numbers ina List
the last three digits are omitted from the result, although they are not in a 6..7 range.my $aref = [1, 6, 2, 2, 7, 1, 6, 99, 99, 7, 5, 3, 6, 5, 88];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Ignore a range of numbers ina List
by anonymized user 468275 (Curate) on Jun 25, 2017 at 09:55 UTC | |
by Laurent_R (Canon) on Jun 25, 2017 at 11:05 UTC | |
by AnomalousMonk (Archbishop) on Jun 25, 2017 at 16:47 UTC | |
by anonymized user 468275 (Curate) on Jun 25, 2017 at 14:01 UTC |