From d2a1eec3cd6825dde834f852934b2f286fab1f9f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 10 May 2005 04:41:01 -0500 Subject: [PATCH] perlop.pod nit Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24437 --- pod/perlop.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 98d39ef..f4e9c29 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -191,7 +191,7 @@ the operand is an identifier, a string consisting of a minus sign concatenated with the identifier is returned. Otherwise, if the string starts with a plus or minus, a string starting with the opposite sign is returned. One effect of these rules is that -bareword is equivalent -to "-bareword". +to the string "-bareword". Unary "~" performs bitwise negation, i.e., 1's complement. For example, C<0666 & ~027> is 0640. (See also L and -- 2.7.4