The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>

int main() {
    struct pmop op;
    op.op_pmdynflags = 0;
    op.op_pmpermflags = 0;
}