in reply to Re: Package variables
in thread Package variables

Close enough. 'use vars' just selectively excludes some variables from the 'use strict'.

So you can do the same by omitting 'use strict'.

Of course, the way in which you did it was much better...