package Hello; use Exporter; @ISA = ('Exporter'); # create an Exporter object. # Export all variables and functions via EXPORT statement # updated for exporting Setup CLI keys and Variables @EXPORT = qw($x $TestCase $TSPass $ConfigFile $TCPass); #### Global symbol "$TestCase" requires explicit package name at Hello.pm line 58.