Help for this page
package Acme::ExceptionEater; sub new { bless {}, shift } sub DESTROY { eval {} }
package Acme::ExceptionEater; ... This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L<perlartistic>.