From e96b369dc61077fe31b75895167f55dbce4d7519 Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Mon, 31 Oct 2005 05:53:53 -0800 Subject: futimes [PATCH] Message-ID: p4raw-id: //depot/perl@25941 --- pod/perlfunc.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pod') 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. 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 -- cgit v1.2.1