use strict; my $str = 'test number '; my @newArray = map { $str . $_ } 4 .. 6;