Help for this page
package pack; use Exporter; @EXPORT = "$thing"; our $thing = "thing"; 1;
use mine::package qw($thing); print "hello $thing";