Portal:Embedding and Extending Perl

From Perl Guilds - Getting Medieval with Perl
Revision as of 22:19, 28 January 2025 by Admin (talk | contribs)
Jump to navigation Jump to search

Introduction

Extending and Embedding Perl by Jenness and Cozens is seminal work on this topic.
Extending and Embedding Perl by Jenness and Cozens is seminal work on this topic.

One of Perls major strengths is the many options programmers have for extending Perl using C code and digging into the guts of the interpreter. This page is the dedicated portal for the vast and option rich subject.