in reply to Re: Grouping of 2D arrays
in thread Grouping of 2D arrays
$product{PC}{Spare} = { count=>2, sum => 37,2}
Doesn't this give an "Odd number of elements..." warning? Maybe something like
$product{PC}{Spare} = { count=>2, sum => [37, 2] };
Give a man a fish: <%-{-{-{-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Grouping of 2D arrays
by LanX (Saint) on Apr 20, 2017 at 15:17 UTC | |
by AnomalousMonk (Archbishop) on Apr 20, 2017 at 15:24 UTC | |
by LanX (Saint) on Apr 20, 2017 at 15:35 UTC | |
by AnomalousMonk (Archbishop) on Apr 20, 2017 at 15:58 UTC | |
by LanX (Saint) on Apr 20, 2017 at 16:27 UTC |