Help for this page

Select Code to Download


  1. or download this
    my $orig_import = \&Module::import;
    *Module::import = sub {
    ...
        # do something here
        goto $orig_import;
    };