Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
Ronald J. Kimball [Thu, 9 Mar 2006 16:29:12 +0000 (11:29 -0500)]
Message-ID: <20060309212912.GF22682@penkwe.pair.com>

p4raw-id: //depot/perl@27454

pod/perlfunc.pod

index 0646de6..4184c8e 100644 (file)
@@ -6508,6 +6508,9 @@ otherwise.
 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>