From 0b55efd76dc4f6ffbdef0307f4f1cb24f1c0c9f7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 27 Dec 2014 12:40:55 -0800 Subject: perlop: Mention ~ among ops that vary by type --- pod/perlop.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 67b3fb575c..dc6d2cfdc1 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -18,7 +18,7 @@ two numbers for equality, and C<$x eq $y> compares two strings. There are a few exceptions though: C can be either string repetition or list repetition, depending on the type of the left -operand, and C<&>, C<|> and C<^> can be either string or numeric bit +operand, and C<&>, C<|>, C<^> and C<~> can be either string or numeric bit operations. =head2 Operator Precedence and Associativity -- cgit v1.2.1