perlcall (1) Linux Manual Page
perlcall – Perl calling conventions from C DescriptionThe purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write callbacks. Apart from discussing the C interface provided by Perl for writing callbacks the document uses a series of examples to show how the interface actually works…
