in reply to
module as parameter
Perl doesn't do that, because it has a very loose type system. In the event that you need to pass a type as a parameter, you usually just pass the type name as a string.
Comment on
Re: module as parameter
In Section
Seekers of Perl Wisdom