虽然是2001年的文章,但是还是学习一下:
August 27, 2001
August 27, 2001
Perl XS (the Perl native glue) and C++ hookup is not clearly covered in any one reference that I can find. So here's some coverage.
Perl XS (the Perl native glue) and C++ hookup is not clearly covered in any one reference that I can find. So here's some coverage.
The Towers of Hanoi as a Perl Extension (XS) written in C
http://www.kernelthread.com/projects/hanoi//html/perl-XS.html
This module tests the perl C API. Currently tests that printf works correctly
http://search.cpan.org/dist/perl/ext/XS/APItest/APItest.pm
from:http://www.webfakecall.com/john/?p=83