in reply to
type glob problem
You cannot use a lexically scoped array as a parameter, because lexical variables don't have typeglobs associated with them. Lexical variables won't be in symbol tables.
Comment on
Re: type glob problem
In Section
Seekers of Perl Wisdom