NAME

Manip::END - Mess around with END blocks

SYNOPSIS

use Manip::END qw( clear_end_array );

clear_end_array();

DESCRIPTION

Perl keeps an array of subroutines that should be run just before your program exits (see perlmod manpage for more details). This module allows you to clear that array.

HOW TO USE IT

This module can export 1 function, clear_end_array(). When this is called, the array containing the END blocks is cleared, so no END blocks will be executed as your program exits.

AUTHOR

Written by Fergal Daly <fergal@esatclear.ie>. Suggested by Mark Jason Dominus at his talk in Dublin.

LICENSE

Copyright 2003 by Fergal Daly <fergal@esatclear.ie>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html