X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlreapi.pod;h=03996fd51edc9d863548ad968a638f992f921828;hb=4ff31b786b9f6148fc8ea695db081861576d06a2;hp=f8e9984341f0991a7a9e8ddc84739ecc6a33f41d;hpb=99d59c4d6ec779a042ed49eb48c7c7aa214343c2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index f8e9984..03996fd 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -334,7 +334,7 @@ just die when assigned to in the default engine. Get the C of a capture variable. There's a special callback for this so that perl doesn't have to do a FETCH and run C on the result, since the length is (in perl's case) known from an offset -stored in C<offs> this is much more efficient: +stored in C<< rx->offs >> this is much more efficient: I32 s1 = rx->offs[paren].start; I32 s2 = rx->offs[paren].end; @@ -598,7 +598,7 @@ engine should use something else. =head2 C -TODO: document +Unused. Left in for compatibility with perl 5.10.0. =head2 C