in reply to Running a Code with Multiple Sets of Parameters Automatically
So you want a HoA (hash of arrays)? Something like this:
my %Params = ( 'ParamGroup1' => [1, 2, 3], 'ParamGroup2' => [3, 4, 5], 'ParamGroup3' => [1, 1, 1] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running a Code with Multiple Sets of Parameters Automatically
by polettix (Vicar) on Jul 25, 2005 at 10:19 UTC |