$string = "initial value"; for ( @addons ) { $string .= " $_"; # or whatever }