in reply to Perl Internals and Implementation

Internals: perlintern, perlhack, perlhacktut, perlhacktips, perlsource, perlinterp, perlguts

XS extension code, and embedding: perlguts, perlapi, perlcall, perlxstut, perlxs, perlembed

There is the Extending and Embedding Perl book (Manning), but I haven't read it, and don't think it covers actually dealing with Perl's source code.

And of course there is the Perl source code itself, which comes with every complete installation.

There is also the perl5porters@perl.org mailing list where a lurker is sure to learn a lot (see http://lists.perl.org for subscription info).


Dave

Replies are listed 'Best First'.
Re^2: Perl Internals and Implementation
by eyepopslikeamosquito (Archbishop) on Apr 15, 2012 at 20:49 UTC
Re^2: Perl Internals and Implementation
by Irfarino (Initiate) on Apr 15, 2012 at 20:20 UTC
    This is great! Thanks Dave, hoping to contribute someday :) Cheers!