our @EXPORT_OK = qw( sub_one sub_two sub_three ); our %EXPORT_TAGS; $EXPORT_TAGS{all} = [@EXPORT_OK]; #### use My::Module qw(sub_one sub_three); #### use My::Module qw(:all);