package MyApp::Config; use strict; use vars qw/%appdata/; %appdata = ( key_1 => value_1, [...] key_n => value_n );