in reply to String manipulation

my $str = join(' ', map {$initValue + $_ * $step} (0..$numOfMembers-1) +);

use brain;