in reply to Perl and XML

Hey, this is your problem, what do you want to do?.
my %Fields = ( 'filename' =>{ Type => 'A'{ Name => 'Abstract'{ }; }; ....
What is this? The syntax should be something like
%F = ( aa => { BB => 'cc' }, ll => { NN => 'xx', MM => 'yy', )
Here "use strict; use warnings;" is your friend (and Data::Dumper also) And also
perldoc perldsc
Leonardo Helman Pert Consultores SRL Argentina