$ cat conf.pl #!/usr/bin/perl use strict; use warnings; our %conf = ( foo => 'bar', baz => 'quux' ); __END__