http://qs321.pair.com?node_id=1097063


in reply to Help with Parsing XML output

Since you are pressed for time, I'd suggest changing your XMLin to:
my $xml = new XML::Simple (KeyAttr=>[], ForceArray => [ 'category' ],);
And keeping your "foreach my $cat(.." intact.

        Profanity is the one language all programmers know best.