UR::Exit - methods to allow clean application exits.
Contents
Description
This module provides the ability to perform certain operations before an application exits.
Methods
These methods provide exit functionality.
exit_handler
UR::Exit->exit_handler(\&mysub);
Specifies that a given subroutine be run when the application exits. (Unimplimented!)
clean_exit
UR::Exit->clean_exit($value);
Exit the application, running all registered subroutines. (Unimplimented! Just exits the
application directly.)
death
Catch any die or warn calls. This is a universal place to catch die and warn if debugging.
warning
Give more informative warnings.
Name
UR::Exit - methods to allow clean application exits.
See Also
UR(3), Carp(3) perl v5.38.2 2024-06-15 UR::Exit(3pm)
Synopsis
UR::Exit->exit_handler(\&mysub);
UR::Exit->clean_exit($value);
