in reply to Perl and XML
What is this? The syntax should be something likemy %Fields = ( 'filename' =>{ Type => 'A'{ Name => 'Abstract'{ }; }; ....
Here "use strict; use warnings;" is your friend (and Data::Dumper also) And also%F = ( aa => { BB => 'cc' }, ll => { NN => 'xx', MM => 'yy', )
Leonardo Helman Pert Consultores SRL Argentinaperldoc perldsc
|
|---|