Help for this page

Select Code to Download


  1. or download this
    $cacheHOA{$sum}=($name);
    
  2. or download this
    $cacheHOA{$sum} = (1, 2, 3);
    $cacheHOA{$sum} = @values;
    
  3. or download this
    $cacheHOA{$sum}=();
    
  4. or download this
    push @{$cacheHOA{$sum}}, $name;
    
  5. or download this
    $cacheHOA{$sum} = [];
    $cacheHOA{$sum} = [$name];
    $cacheHOA{$sum} = \@names;