Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Help with Hashs/Arrays and XML::Simple
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jürgen Exner, post: 4871642"] Obviously $record->{Text} is a reference, in this case a reference to HASH(0x1e35128). And this is very reasonable because the <Text> tag has an attribute as well as a body. So you will need to dereference that hash reference in order to get to its components. To find out how the keys are named you could - check the doc of XML::Simple (hopefully it is described there) - print the keys of that hash - use Data::Dumper do print that whole hash jue [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Help with Hashs/Arrays and XML::Simple
Top