Help for this page
my @fail_servers; for my $server (@servers) { ... push @failed_servers, $server unless change_password($server); }