package CommunityConfig; use strict; use warnings; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw($test); our $test = 'Hallo Welt!'; 1;