Thread XML Parsing Problem
(3 answers)
Opened by Gast at 2006-06-08 07:00
Zur Not fragt man ab, ob es ein Array ist:
Code: (dl
)
foreach my $type (ref($entry->{type}) eq 'ARRAY' ? @{$entry->{type}} : $entry->{type}) "ForceArray" ist da wohl übersichtlicher. |