in reply to String manipulation
my $str = join(' ', map {$initValue + $_ * $step} (0..$numOfMembers-1) +); [download]
use brain;