Help for this page

Select Code to Download


  1. or download this
    $xml = { Parameter => [] };
    push( @{ $xml->{Parameter} }
        , { key => $hash->{Key}, content => $hash->{Value} }
        );
    
  2. or download this
     <Parameter key="ID1">Some Process a</Parameter>
      <Parameter key="ID2">Some Process b</Parameter>
      <Parameter key="ID3">Some Process c</Parameter>