This post originated from an RSS feed registered with Perl Buzz
by Jeremy.
Original Post: Intro to XS
Feed Title: Dichotomy's Purgatory::perl
Feed URL: http://oubliette.alpha-geek.com/perl/rss20.xml
Feed Description: Using Perl to solve system integration tasks, build standalone apps, and... well.. just for fun, sometimes.
XS Mechanics - IntroductionIn order to learn XS, you have to work from the bottom up. You have to learn the Perl C API. You have to understand Perl's internal data structures. You have to understand how the Perl stack...