diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-24 00:27:32 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-24 00:27:32 +0100 |
commit | 33ed63a220e7fd3d10f2504723eeeef68371efe8 (patch) | |
tree | 33d1e6c3c2fe7ffe7ad35053e55753ad50989c98 /pod/perlsyn.pod | |
parent | a566f585deae885dd3accdc93186eed7bf302b77 (diff) | |
download | perl-33ed63a220e7fd3d10f2504723eeeef68371efe8.tar.gz |
Implement "~~ $scalar" for numbers and strings
Make documentation more precise about the different cases,
and add tests.
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r-- | pod/perlsyn.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 5b1af05364..a51a67d6b6 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -705,9 +705,8 @@ entries apply in those cases. undef Range[4] always false Any Range[4] in string range - Num numish[5] numeric equality $a == $b - Any Str string equality $a eq $b Any Num numeric equality $a == $b + Num numish[5] numeric equality $a == $b Any Any string equality $a eq $b |