there are many ways i do it, depending on the situation...
- pick a seperator that won't appear in your text, like \0. set $/ to this value when parsing the config file
- use perl's heredoc syntax, and do the file
- use one of the fine Config modules from CPAN
- RECOMMENDED use my favourite config module, YAML.
~Particle *accelerates*