- or download this
foreach (@probExpr) {
print "$_\n";
#%distri{$_}=();
%distri{$_}=[];
}
- or download this
&hashOfArraysRef(\$distri{$probExpr[0]});
- or download this
$disti{$probExpr[0]} = function_that_returns_anonymous_array();
- or download this
$disti{$probExpr[0]} = function_that_returns_anonymous_array($probEx
+pr[0]);
- or download this
$disti{$_} = function_that_returns_anonymous_array($_) for @probExp
+r;