X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlxstut.pod;h=4ce05973418a94c4fdda0c02ba2af08ca9f91db5;hb=6aa71d6ea27a640886ba2dcf7250d1be73560df8;hp=ad648ebf3745f77bcdeb882daa1aa8aa416d1361;hpb=3958b146226a1f41d96ef1aa1e0dde87d11c5498;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index ad648eb..4ce0597 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -1186,7 +1186,7 @@ To create a reference, we use the C function. Note that you can cast an AV* or an HV* to type SV* in this case (and many others). This allows you to take references to arrays, hashes and scalars with the same function. Conversely, the C function always returns an SV*, which may -need to be be cast to the appropriate type if it is something other than a +need to be cast to the appropriate type if it is something other than a scalar (check with C). =item *