in reply to
Re: Perl & Simple::XML
in thread
Perl & Simple::XML
Hi, I believe what you suggested probably works, but it says that I have a syntax error in the line: my @authors = @($data->{Article}{AuthorList}{Author}}; I tried several things but nothing doesn't seem to work... Pls advice...
Comment on
Re^2: Perl & Simple::XML
Replies are listed 'Best First'.
Re^3: Perl & Simple::XML
by
Anonymous Monk
on Oct 06, 2007 at 08:22 UTC
@{} not @(}
[reply]
In Section
Seekers of Perl Wisdom