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.