Description
Perl extension authors can generate XS glue code that connects Perl modules to native C libraries. This helps reduce manual binding work when exposing C APIs to Perl.
It is an advanced build and binding tool. Generated native bindings should be reviewed and tested carefully because mistakes can affect memory safety and runtime stability.