X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcall.pod;h=2b837808a19ad9c398e4321e919dbfb8afdc72d3;hb=2b5ab1e742ea1b1374dcea7f6f90ef5c5cf29914;hp=8771be852bf385534ce3bed8661b58fe84cc433e;hpb=b687b08b628449b317ff558f31d9d716ace045de;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcall.pod b/pod/perlcall.pod index 8771be8..2b83780 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -1925,8 +1925,8 @@ refers to the last. =head2 Creating and calling an anonymous subroutine in C As we've already shown, C can be used to invoke an -anonymous subroutine. However, our example showed how Perl script -invoking an XSUB to preform this operation. Let's see how it can be +anonymous subroutine. However, our example showed a Perl script +invoking an XSUB to perform this operation. Let's see how it can be done inside our C code: ...