perl-Inline-C/README.md

5 lines
328 B
Markdown
Raw Normal View History

2024-10-05 19:42:22 +02:00
# perl-Inline-C
Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use Inline with the C programming language. It also goes a bit into Perl C internals.