# Contents of config.pl sub big_list { return qw(some enormous list of variables); } # And then in my program... require config.pl; my @big_list = big_list();