foreach my $counterVar ( 1 .. 5 ) { $foo = "string" . $counterVar; } #### [% SET FOO = 'string' _$n %]