in reply to
Embedded perl: allowing 'exit' in eval_pv without exiting C program
Is this possible? i.e., keep eval_pv from exiting my C program but still "exit" the perl code?
Interesting question.
Could you provide a minimal script that demonstrates the issue; something that those interested can actually run ?
Cheers,
Rob
Comment on
Re: Embedded perl: allowing 'exit' in eval_pv without exiting C program
Replies are listed 'Best First'.
Re^2: Embedded perl: allowing 'exit' in eval_pv without exiting C program
by
daveola
(Sexton)
on Mar 26, 2021 at 02:19 UTC
I've updated my question to include an example.
[reply]
In Section
Seekers of Perl Wisdom