From: Jarkko Hietaniemi Date: Sun, 29 Nov 1998 15:40:42 +0000 (+0000) Subject: Tune the "if" entry. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a91c35b0b764ca1a209a514dd10682aecec1e2c8;p=p5sagit%2Fp5-mst-13.2.git Tune the "if" entry. p4raw-id: //depot/cfgperl@2386 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 370353b..7900fb5 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1901,8 +1901,11 @@ Enter BLOCKs conditionally. The first EXPR to return true causes the corresponding BLOCK to be entered, or, in the case of C, the fall-through default BLOCK. -Take notice: Perl wants BLOCKS, expressions (like e.g. in C, C++, or -Pascal) won't do. +Note 1: Perl wants BLOCKS, expressions won't do (like they do +e.g. in C, C++, Java, Pascal). + +Note 2: It's C, not C. You can have as many +Cs as you want. See L for more details. See also C.