Help for this page
# config file sub initConfig { $foo = "$user - bar"; # ... whatever... }
# program require 'configuration_file'; ... # now $user exists, although you'd wanna check it for validity &initConfig(); # ... continue processing...