btw, a good way to help narrow down config problems is to use the html_formfu_dumpconf.pl script that is installed by HTML-FormFu $ html_formfu_dumpconf.pl ./config-file.conf This uses Data::Dumper to allow you to check if the config file is parsed as you're expecting. Carl