From: Rafael Garcia-Suarez Date: Mon, 12 May 2003 20:52:52 +0000 (+0000) Subject: Small nit in perlsyn about the new // operator X-Git-Tag: accepted/trunk/20130322.191538~24202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9738a7f833dee4b6953b05d93d3f222f78be370;p=platform%2Fupstream%2Fperl.git Small nit in perlsyn about the new // operator p4raw-id: //depot/perl@19504 --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 1b5a6a9..28ffdc6 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -20,7 +20,7 @@ C<"#"> character until the end of the line is a comment, and is ignored. If you attempt to use C C-style comments, it will be interpreted either as division or pattern matching, depending on the context, and C++ C comments just look like a null regular -expression, so don't do that. +expression or defined-or operator, so don't do that. =head2 Declarations