perlreapi (1) Linux Manual Page
NAME perlreapi – Perl regular expression plugin interface DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the default one. Each engine is supposed to provide access to a constant structure of the following format: typedef struct regexp_engine { REGEXP *(*comp)(pTHX_ const SV *const pattern,…
