in reply to Re^4: Perl XML parsing with XML::Simple - Having problem with accessing fields
in thread Perl XML parsing with XML::Simple - Having problem with accessing fields
Apparently, the XML doesn't match up to the dump you provided. Add the following before the line where you are trying to print the date so that you can see what the parser thinks the XML looks like.
print Dumper( $config );If you still can't figure it out, provide the XML from /home/parse3.xml.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl XML parsing with XML::Simple - Having problem with accessing fields
by vparikh (Novice) on Aug 17, 2012 at 19:39 UTC | |
by Mr. Muskrat (Canon) on Aug 17, 2012 at 20:01 UTC | |
by vparikh (Novice) on Aug 20, 2012 at 13:15 UTC |