in reply to TMTOWTDI Puzzle: Generating a range of numbers

the obvious, probably
foreach $Foo ('t','hi','isj','usta','funky','little','thingiw','roteto +do','thisthing','timtowtdi!') { print length($Foo),"\n"; }