Help for this page
package Blah; use strict; ... @Blah::ISA = qw/Exporter/; @Blah::EXPORT_OK = qw/whatever/; #...
package Blah; use strict; use vars qw/@ISA @EXPORT_OK $VERSION $Something_else/; #...