foreach my $method (@method_names_from_file) { no strict 'refs'; *{"BigDB::" . $method} = sub { print "it worked!\n" }; }