FreeBSD.software
Home/devel/p5-AtExit

p5-AtExit

2.05

Perform exit processing for a program or object

The AtExit module provides ANSI-C style exit processing modeled after the atexit function in the standard C library (see atexit(3C)). Various exit processing routines may be registered by calling atexit and passing it the desired subroutine along with any desired arguments. Then, at program-exit time, the subroutines registered with atexit are invoked with their given arguments in the reverse order of registration (last one registered is invoked first). Registering the same subroutine more than once will cause that subroutine to be invoked once for each registration.

Origin: devel/p5-AtExit
Category: devel
Size: 26.8KiB
License: ART10
Maintainer: perl@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install p5-AtExit

Dependencies (1)

More in devel