X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfunc.pod;h=c1efce7b8506a454bfafa29e0e406894b8e1ca53;hb=8939ba947b65b018b80ecab3fe1366287d07d1d7;hp=ca48470c3aca0999c859769d93796b9314900801;hpb=983ffd37e39751798fdd14853511af238c5fe291;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index ca48470..c1efce7 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -69,7 +69,7 @@ last value in the list. Some operators return a count of successful operations. In general, they do what you want, unless you want consistency. -An named array in scalar context is quite different from what would at +A named array in scalar context is quite different from what would at first glance appear to be a list in scalar context. You can't get a list like C<(1,2,3)> into being in scalar context, because the compiler knows the context at compile time. It would generate the scalar comma operator @@ -136,8 +136,8 @@ C, C, C, C, C, C, C C<-I>, C, C, C, C, C, C, C, C, C, C, C, C, -C, C, C, C, C, C, -C, C +C, C, C, C, C, C, +C, C, C =item Keywords related to the control flow of your perl program @@ -172,7 +172,7 @@ C, C C, C, C, C, C, C, C, C, C, C, C, -C, C, C +C, C =item System V interprocess communication functions @@ -234,7 +234,7 @@ C, C, C, C, C, C gets restarted after signals (say, SIGALRM) +is implementation-dependent. + B: One should not attempt to mix buffered I/O (like C or ) with C