package ExporterTest; use strict; use warnings; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw($name $test); our $name = "Name"; our $test = "Test";