in reply to Re: how to replace the <anon> tag (XML::Simple)
in thread how to replace the <anon> tag (XML::Simple)
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to replace the <anon> tag (XML::Simple)
by GrandFather (Saint) on Apr 19, 2006 at 19:35 UTC | |
by johngg (Canon) on Apr 19, 2006 at 22:25 UTC |