in reply to Re: Re: Automatically export all subs in a modulein thread Automatically export all subs in a module
@EXPORT = do { no strict 'refs'; my $pkg = \%{__PACKAGE__."::"}; grep exists &{$$pkg{$_}}, keys %$pkg; }; [download]