From 91e74348ab129f737e0d9da75481cd4eb7414ba4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 8 Aug 2000 18:28:13 +0000 Subject: Do away with array context, from Daniel Chetlin (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553 --- lib/Text/Soundex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Text') diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index 3079b90612..d5887640b8 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -108,7 +108,7 @@ many people seem to prefer an I value like C can be assigned to C<$soundex_nocode>. In scalar context C returns the soundex code of its first -argument, and in array context a list is returned in which each element is the +argument, and in list context a list is returned in which each element is the soundex code for the corresponding argument passed to C e.g. @codes = soundex qw(Mike Stok); -- cgit v1.2.1