From: Peter BARABAS Date: Sat, 24 Aug 2002 08:16:19 +0000 (+0000) Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4987be3a63f5c87d744dc0fc7df09a75659c9cf;p=p5sagit%2Fp5-mst-13.2.git [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut From: Peter BARABAS (via RT) Message-ID: p4raw-id: //depot/perl@17766 --- 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