Help for this page

Select Code to Download


  1. or download this
    my $count;
    foreach (@words) {
    ...
        elsif ($count) { print "$count quoted words\n"; $count = 0 }
      }
    }