X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlxstut.pod;h=ceb65e0b5b29c05b04fa142a4472cf86c82d2499;hb=6168cf9995a8bfcfe4ab9350ebc7de70215ae9af;hp=c2d51c7a719a311a6e3dbe5b2656fc045ee703ba;hpb=497333196fe603867ff029e026d5c06aa7fee43d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index c2d51c7..ceb65e0 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -210,7 +210,7 @@ that looks like this: Mytest::hello(); -Now we make the script executable (C), run the script +Now we make the script executable (C), run the script and we should see the following output: % ./hello @@ -692,7 +692,7 @@ makes these functions visible from Perl interpreter. Pay a special attention to the function C. This name appears twice in the generated .xs file: once in the first part, as a static C -function, the another time in the second part, when an XSUB interface to +function, then another time in the second part, when an XSUB interface to this static C function is defined. This is quite typical for .xs files: usually the .xs file provides