|
|
| Think about Loose Coupling | |
| PerlMonks |
Problem with Pseudohashby uday_sagar (Scribe) |
| on Feb 02, 2012 at 06:24 UTC ( #951366=perlquestion: print w/ replies, xml ) | Need Help?? |
|
uday_sagar has asked for the
wisdom of the Perl Monks concerning the following question:
Monks, I am having an XML document which I am parsing using XML::Simple module. Here is my xml document which is shown in 2 different styles: 1)In such a way that pseudohashh is created 2)no pseudohash STYLE 1
STYLE 2
Just the position of attribute, type="technical" is changed. (thats it!) Here is my perl code:
When I give STYLE 1 to perl, its fine and displaying "technical". But this is not happening with STYLE 2. My original XML file has its contents similar to STYLE 2 What to do? Thanks, Uday Sagar.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||