From: Gurusamy Sarathy Date: Fri, 28 Apr 2000 09:08:19 +0000 (+0000) Subject: pod nit (from Simon Cozens) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=069e01df5fe5be0786191c04a006805614ff871d;p=p5sagit%2Fp5-mst-13.2.git pod nit (from Simon Cozens) p4raw-id: //depot/perl@5992 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 174cf00..c1ac387 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1737,7 +1737,7 @@ A (file)glob evaluates its (embedded) argument only when it is starting a new list. All values must be read before it will start over. In list context, this isn't important because you automatically get them all anyway. However, in scalar context the operator returns -the next value each time it's called, or C +the next value each time it's called, or C when the list has run out. As with filehandle reads, an automatic C is generated when the glob occurs in the test part of a C, because legal glob returns (e.g. a file called F<0>) would otherwise