my @hosts = map { $_ = qq/host$_/; } (1..400); #### my @hosts = map { qq/host$_/ } (1..400); #### ------------ :Wq Not an editor command: Wq