use strict; ... for my $fun ( @funs ) { no strict 'refs'; *{__PACKAGE__::"$fun"} = sub { blah blah blah } }