blob: dfdb10c23842ac6e98a8cdc9d82655e35708ba32 (
plain)
1
2
3
4
|
This is "AtExit", a Perl5 module which exports a function name "atexit()"
to perform ANSI-C style exit processing for Perl5 programs; and a class
named "AtExit" to register clean-up functions for any variable-scope in
which the AtExit object is defined.
|