use strict; use warnings; my %names; my $name; local $/ = '--------------------------------------------'; while () { chomp; s/\s+/ /g; next if ! /\S/; if (! defined $name) { $name = $_; next; } my @words = split; $names{$name} += @words; $name = undef; } print "$_: $names{$_}\n" for sort keys %names; __DATA__ -------------------------------------------- Joe Moglia, Ameritrade - CEO 3 -------------------------------------------- Thank you, Donna. Good morning, everybody and welcome to our last conference call for Ameritrade as a stand-alone entity and for our very, very first conference call for TD Ameritrade. -------------------------------------------- Randy MacDonald, Ameritrade - CFO 13 -------------------------------------------- There's one other element that makes it easier which is that Waterhouse outsources their clearing to ADP and we've had -- this is our eighth integration and we've gone through that with ADP a number of times now. So we have a pretty well worn cookbook on how to do that. ------------------------------------------------------------