add POSIX::atexit() by gugod · Pull Request #22383 · Perl/perl5

I wish to have a simple atexit() in POSIX because comparing to END blocks, atext() works better with fork(). POSIX::atexit() has been stay unimplemented as END {} blocks are the direct replaceme...

GitHub
Suggestion to split an entry in perlfaq8 · Issue #122 · perl-doc-cats/perlfaq

This one: https://github.com/perl-doc-cats/perlfaq/blob/master/lib/perlfaq8.pod#how-can-i-do-an-atexit-or-setjmplongjmp-exception-handling The title is: How can I do an atexit() or setjmp()/longjmp...

GitHub