use vars qw($scalar @array %hash); #### package MyVars; our @ISA = qw(Exporter); our @EXPORT = qw($scalar @array %hash); [...]