diff --git a/pod/perlop.pod b/pod/perlop.pod index c1b83bcbc0be..881b8b092a32 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1089,7 +1089,7 @@ cannot). This is very useful for providing default values for variables. If you actually want to test if at least one of C<$x> and C<$y> is defined, use S>. -The C<||>, C<^^> and C operators return the last value evaluated +The C<||> and C operators return the last value evaluated (unlike C's C<||> which returns 0 or 1). Thus, a reasonably portable way to find out the home directory might be: