Help for this page
$config = \{ 'Variable1' => 'variable value', 'Variable2' => ['a','b','c'], };
do "config.txt" or die "$! $@";
if (exists $config->{Variable1}) {}