PERL_EFF_ACCESS_[RWX]_OK can go.
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
index fcf9f6b..3138eb9 100644 (file)
@@ -6779,6 +6779,10 @@ be equivalent of passing it as 0 and will not have the same effect as
 described when they are both C<undef>.  This case will also trigger an
 uninitialized warning.
 
+On systems that support futimes, you might pass file handles among the
+files.  On systems that don't support futimes, passing file handles
+produces a fatal error at run time.
+
 =item values HASH
 X<values>