X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcall.pod;h=5a689d030439b02aa1b3faf465b5c432b93aedde;hb=7a2e2cd6e4407ff4fe23355f0373307425305867;hp=85e0237827ec13c5dfac33bef7405520da30440f;hpb=fa85963645b525b23ccb5a91ab9199c740773c41;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcall.pod b/pod/perlcall.pod index 85e0237..5a689d0 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -356,7 +356,7 @@ As mentioned above, you can determine the context of the currently executing subroutine in Perl with I. The equivalent test can be made in C by using the C macro, which returns C if you have been called in an array context, C if -in a a scalar context, or C if in a void context (i.e. the +in a scalar context, or C if in a void context (i.e. the return value will not be used). An older version of this macro is called C; in a void context it returns C instead of C. An example of using the C macro is shown in