use strict; use warnings; package Example; use Exporter; @EXPORT = "$thing"; our $thing = "thing"; 1; #### use strict; use warnings; use Mine::Package; print $thing;