package My::Module; use Exporter qw(import); @EXPORT = qw(asub1 asub2 asub3); ... 1; package My::Module::Another use Exporter qw(import); @EXPORT = qw(bsub1 bsub2 bsub3); ... 1;