Help for this page

Select Code to Download


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