in reply to Re^2: Perl, C and deallocation responsibility
in thread Perl, C and deallocation responsibility

I would say what's most relevant in your decision is how Perl-dependent you want your C code to be:

Replies are listed 'Best First'.
Re^4: Perl, C and deallocation responsibility
by SheWolf (Novice) on May 03, 2023 at 00:38 UTC
    Unfortunately I need to make this work in both worlds. I still need to keep the compiled C running, and I need to have it called by Perl. I never choose the easy path!