rbala has asked for the wisdom of the Perl Monks concerning the following question:
I need the resultant array to be with strings of tags like this : @child_array = (<CHILD1>ABC<CHILD1>, <CHILD2>KJLK</CHILD2>,<CHILD3>NLLKJ</CHILD3>); I am able to get this when the names are same for all these child tags. But I want it for different named child tags.<ROOT_TAG> <CHILD1>ABC</CHILD1> <CHILD2>KJLK</CHILD2> <CHILD3>NLLKJ</CHILD3> <ROOT_TAG>
Thanks in Advance, Bala.
|
|---|