Help for this page
my @temp; for my $h (@hosts) { ... } } @hosts = @temp;
@hosts = map { if (/^\d{2}\z/) { ... $_ } } @hosts