Help for this page
my $count; foreach (@words) { ... elsif ($count) { print "$count quoted words\n"; $count = 0 } } }