my $self = {}; # hash ref ... foreach my $method (@method_names_from_file) { $self->{$method} = makeCommandSub($stuff); }