in reply to What is Exported from modules

You could look in your namespace:
use Some::Module; my %subs = map { $_ => \&$_ } grep { defined &$_ } keys %main:: ;

Ivan Heffner
Sr. Software Engineer, DAS Lead
WhitePages.com, Inc.