Help for this page
package Config; require Exporter; ... # put values into a hash return \%data; }
package One; use Config qw(read_config); my $conf = read_config();