diff options
author | Gisle Aas <gisle@aas.no> | 2005-10-31 05:53:53 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 22:15:01 +0000 |
commit | e96b369dc61077fe31b75895167f55dbce4d7519 (patch) | |
tree | 613fb52284a3e7b4f3fa60658b49597039c6afb4 /pod | |
parent | 0b612f938c486fe63cc6e365cfa90d407732bbcc (diff) | |
download | perl-e96b369dc61077fe31b75895167f55dbce4d7519.tar.gz |
futimes [PATCH]
Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@25941
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> |