in reply to Re^3: Which XML module to use for this scenario?
in thread Which XML module to use for this scenario?
but this prints something like$xml = { Parameter => [] }; push( @{ $xml->{Parameter} } , { key => $hash->{Key}, content => $hash->{Value} } );
if I also want the ParameterGroup ID to be given by the user how can i do it..<Parameter key="ID1">Some Process a</Parameter> <Parameter key="ID2">Some Process b</Parameter> <Parameter key="ID3">Some Process c</Parameter>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Which XML module to use for this scenario?
by wind (Priest) on Apr 23, 2011 at 15:49 UTC |