main(); exit; # ... sub main { # ... 1; } #### require Exporter; *import = \&Exporter::import; #### require Exporter qw( import );