diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index fcf9f6ba05..3138eb9fa0 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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> |