foreach my $object (@list_of_objects) { my @values = @{$object}; # do whatever. }