Not found locally for Dpkg::Exit. Try Google search
Dpkg::Exit – program exit handlers
| Use Case | Command | Description |
|---|---|---|
| Register handler | push_exit_handler($func) | Add a code reference to the exit handlers stack |
| Remove last handler | pop_exit_handler() | Remove the most recently registered handler |
| Run all handlers | run_exit_handlers() | Execute all registered exit handlers in order |
The Dpkg::Exit module provides support functions to run handlers on exit.
push_exit_handler($func) – Register a code reference into the exit function handlers stack.pop_exit_handler() – Pop the last registered exit handler from the handlers stack.run_exit_handlers() – Run the registered exit handlers.Hide variable: @handlers.
New functions: push_exit_handler(), pop_exit_handler(), run_exit_handlers()
Deprecated variable: @handlers
Mark the module as public.
Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 12:23 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)