$w_t->insert('end', ["row $_;", "$_ bla bla"]) for 'a'..'zzz'; #### for my $hh ('a'..'zzz') { $w_t->insert('end', ["row $hh;", "$hh bla bla"]); }