Document that when() treats specially most of the filetest operators
Rafael Garcia-Suarez [Wed, 4 Mar 2009 18:40:59 +0000 (19:40 +0100)]
pod/perlsyn.pod

index 83ad2c2..56b65d5 100644 (file)
@@ -583,6 +583,11 @@ C<defined(...)>, C<exists(...)>, or C<eof(...)>
 a negated expression C<!(...)> or C<not (...)>, or a logical
 exclusive-or C<(...) xor (...)>.
 
+=item *
+
+a filetest operator, with the exception of C<-s>, C<-M>, C<-A>, and C<-C>,
+that return numerical values, not boolean ones.
+
 =back
 
 In those cases the value of EXPR is used directly as a boolean.