Help for this page
my $orig_import = \&Module::import; *Module::import = sub { ... # do something here goto $orig_import; };