Help for this page
use vars qw(@EXPORT $orig_import); use Exporter 'import'; ... $orig_import= \&import; *import= \&my_import; };