use strict; use XML::Simple; local $/; my $xml = XMLin(, forcearray => 1); foreach (@{$xml->{'user'}}) { print "the user is $_\n"; } __DATA__ jeffa foo bar