- or download this
50 my @words = @{+shift};
72 foreach my $word (@words) {
95 foreach my $word (@words) {
- or download this
50 my $words = shift;
...
95 foreach my $word (@$words) {
- or download this
118 substr((my $pat = $word), $i, 1) = '.';
- or download this
118 substr my $pat = $word, $i, 1, '.';