in reply to Re^2: perl and xml
in thread perl and xml

I think you just have to dereference t_type.
... my $t_type = XMLin('tt.xml',GroupTags => { 'seven' => 'select' }); %t_type = %$t_type;
was that the question?
Boris

Replies are listed 'Best First'.
Re^4: perl and xml
by arcnon (Monk) on Aug 29, 2004 at 18:11 UTC
    thanks boris that was it.