summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-05 14:25:01 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-05 14:29:48 -0800
commit26d9d83b8609025595d3849df1eb58c0bc27acd6 (patch)
treecffd960a3623562b332a747ec2638978e38c70ab /pod/perlop.pod
parentb42924852930e3c3c6d96a74e570a57e1e91ed83 (diff)
downloadperl-26d9d83b8609025595d3849df1eb58c0bc27acd6.tar.gz
[perl #90648] perlop: There ain’t no C-style //
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 9313862b15..4bf208b5db 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -509,7 +509,7 @@ if the left operand is true, the right operand is not even evaluated.
Scalar or list context propagates down to the right operand if it
is evaluated.
-=head2 C-style Logical Defined-Or
+=head2 Logical Defined-Or
X<//> X<operator, logical, defined-or>
Although it has no direct equivalent in C, Perl's C<//> operator is related