From 982ce1809751a8e19a5bbe5feaae6f223efd3485 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 5 Sep 1999 22:02:18 +0000 Subject: [PATCH] Undo #4055 (related to #4079). p4raw-id: //depot/cfgperl@4080 --- pod/perlop.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 2b5b789..14ca6b5 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -220,15 +220,11 @@ Binary "." concatenates two strings. Binary "<<" returns the value of its left argument shifted left by the number of bits specified by the right argument. Arguments should be -integers. (See also L.) Shifting more than the -width of the available integer in bits (usually 32 or 64) produces -undefined (machine dependent) results. +integers. (See also L.) Binary ">>" returns the value of its left argument shifted right by the number of bits specified by the right argument. Arguments should -be integers. (See also L.) Shifting more than the -width of the available integer in bits (usually 32 or 64) produces -undefined (machine dependent) results. +be integers. (See also L.) =head2 Named Unary Operators -- 2.7.4