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
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>