$ cat TWO.pm package TWO; use strict; use warnings; sub two { our %conf; #require 'conf.pl'; do 'conf.pl'; return $conf{'baz'}; } 1;