Help for this page

Select Code to Download


  1. or download this
    use vars qw(@EXPORT $orig_import);
    use Exporter 'import';
    ...
        $orig_import= \&import;
        *import= \&my_import;
    };