Change 27454 by [EMAIL PROTECTED] on 2006/03/09 22:07:01

        Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on 
filehandle
        From: Ronald J Kimball <[EMAIL PROTECTED]>
        Date: Thu, 9 Mar 2006 16:29:12 -0500
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#514 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#514 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#513~27332~    2006-02-27 02:30:35.000000000 -0800
+++ perl/pod/perlfunc.pod       2006-03-09 14:07:01.000000000 -0800
@@ -6508,6 +6508,9 @@
 The behavior is undefined if LENGTH is greater than the length of the
 file.
 
+The position in the file of FILEHANDLE is left unchanged.  You may want to
+call L<seek> before writing to the file.
+
 =item uc EXPR
 X<uc> X<uppercase> X<toupper>
 
End of Patch.

Reply via email to