When the configuration files are loaded in a Perl module, parameters can be corrupted if they contain a character that Perl can interpret.
For if you have in a conf file $sys_param = "
something@example.com"; in Perl you will only got something.com because @example will interpreted.