Help for this page
my $old_method; BEGIN { ... $old_method->(@_); print "After\n"; };
package MyFakeCGI; use CGI; ... sub DESTROY {}; 1;