in reply to TMTOWTDI Puzzle: Generating a range of numbers
foreach $Foo ('t','hi','isj','usta','funky','little','thingiw','roteto +do','thisthing','timtowtdi!') { print length($Foo),"\n"; } [download]