From: Rafael Garcia-Suarez Date: Tue, 5 May 2009 07:46:06 +0000 (+0200) Subject: Clarify that @a ~~ @b recursively smart matches X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=329802ba974fc09df2d12cae487624062c657883;p=p5sagit%2Fp5-mst-13.2.git Clarify that @a ~~ @b recursively smart matches --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 102f38e..8b44850 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -708,8 +708,8 @@ entries apply in those cases. 1 - empty hashes or arrays will match. - 2 - that is, each element matches the element of same index in the other - array. [3] + 2 - that is, each element smart-matches the element of same index in the + other array. [3] 3 - If a circular reference is found, we fall back to referential equality. 4 - a range is written EXPR..EXPR (using the C<..> range operator, but NOT the three-dot version C<...>, which will be treated as a boolean