Help for this page

Select Code to Download


  1. or download this
    $tmpl->param( blah => [ values %add ] );
    
  2. or download this
    $tmpl->param( blah => [ map { { %{$add{$_}}, 'key' => $_ } } keys %add
    + ] );
    
  3. or download this
    $VAR1 = [
              {
    ...
                'key' => 'hash1'
              }
            ];