From: Iain Spoon Truskett Date: Tue, 22 Jul 2003 02:59:13 +0000 (+0000) Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92d1d699fbe61ae998ec027ecaa850aa8a4e9474;p=p5sagit%2Fp5-mst-13.2.git [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C From: "Iain 'Spoon' Truskett (via RT)" Message-ID: p4raw-id: //depot/perl@20190 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 4010d4e..129d506 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5993,7 +5993,7 @@ string of octal digits. See also L, if all you have is a string. Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine -(using C<&>), or a typeglob (using <*>). (Saying C +(using C<&>), or a typeglob (using C<*>). (Saying C will probably not do what you expect on most predefined variables or DBM list values, so don't do that; see L.) Always returns the undefined value. You can omit the EXPR, in which case nothing is