Help for this page
while ( chomp( my @lines = $it->() ) ) {
print for map { s/\s+/$letter++ . ' '/e; "$_\n" } @lines;