Help for this page
use strict; use warnings; ... @EXPORT = "$thing"; our $thing = "thing"; 1;
use strict; use warnings; use Mine::Package; print $thing;