foreach my $hosts (@$hosts_views) { # This is the problem unless (! %seen) { printf "%s\n",$hosts->name; } } }