in reply to
Is 'use vars' really obsolete?
so much stuff in Perl has lexical scope nowadays that you should put each package in its own block anyway, and that takes care of the "our" problem too.
Comment on
Re: Is 'use vars' really obsolete?
In Section
Seekers of Perl Wisdom