X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlop.pod;h=40ea2c8e9ccdb2b15b3418b8a48fd1c9e38a50b5;hb=be5387481edebd42425976c372ac3dbafe134bde;hp=b2f5113158c737bff38c520a7bd0d7fe46e241ac;hpb=46c3340ed6f3bbae3f80607438da0310e52a687a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlop.pod b/pod/perlop.pod index b2f5113..40ea2c8 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2183,7 +2183,7 @@ to terminate the loop, they should be tested for explicitly: while (($_ = ) ne '0') { ... } while () { last unless $_; ... } -In other boolean contexts, C<< > >> without an +In other boolean contexts, IfilehandleE>> without an explicit C test or comparison elicit a warning if the C pragma or the B<-w> command-line switch (the C<$^W> variable) is in effect.