package Config; use Exporter (); @ISA = (Exporter); @EXPORT = qw(%Config); 1;