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


in reply to NEVER do this. Ever. Not even once.
in thread Variable Scope

Interesting suggestion. What's wrong with this usage (which I find myself using frequently)? :
use strict; package MyClass; @MyClass::ISA = 'Whatever';