use strict; use warnings; package Example; use Exporter; @EXPORT = "$thing"; our $thing = "thing"; 1;