Help for this page

Select Code to Download


  1. or download this
    package Acme::ExceptionEater;
    sub new { bless {}, shift }
    sub DESTROY { eval {} }
    
  2. or download this
    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>.