package include; use vars qw(@ISA @EXPORT) use Exporter; @ISA = qw(Exporter); @EXPORT = qw( %SETTINGS ); # Your stuff here 1;