http://www.perlmonks.org?node_id=747632


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.