From: Peter Scott Date: Wed, 10 Jan 2007 05:18:52 +0000 (-0800) Subject: PATCH: perlfunc.pod / warn X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d6d001558133ec14387ab3505a70e12069e9150;p=p5sagit%2Fp5-mst-13.2.git PATCH: perlfunc.pod / warn Message-Id: p4raw-id: //depot/perl@29745 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 6703c6d..85701ea 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7256,8 +7256,8 @@ This function should have been named wantlist() instead. =item warn LIST X X X -Produces a message on STDERR just like C, but doesn't exit or throw -an exception. +Prints the value of LIST to STDERR. If the last element of LIST does +not end in a newline, appends the same text as C does. If LIST is empty and C<$@> already contains a value (typically from a previous eval) that value is used after appending C<"\t...caught">