From: Ronald J. Kimball Date: Thu, 9 Mar 2006 16:29:12 +0000 (-0500) Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8577f58c4d821e2549079abb2972f3a0ae866984;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle Message-ID: <20060309212912.GF22682@penkwe.pair.com> p4raw-id: //depot/perl@27454 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0646de6..4184c8e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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 before writing to the file. + =item uc EXPR X X X