my @doc = { a => 'a', b => 'b' } ;
Shouldn't it read
my @doc = ( a => 'a', b => 'b' ) ;
I guess I'm missing something obvious.
Cheers,
JohnGG
In reply to Re^2: how to replace the <anon> tag (XML::Simple)
by johngg
in thread how to replace the <anon> tag (XML::Simple)
by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |