Help for this page
# config.pl # --------- $var = 'test';
# main.pl # ------- ... our $var; do 'config.pl'; print($var);