Help for this page
# in my.conf file FOO 'this' ... Config::Simple->import_from("my.conf"); # the following works fine print "$FOO\n";
# in my.conf file FOO 'this', 'that' ... Can't use string ("this") as an ARRAY ref while "strict refs" in use at ./test.pl line 41, <FH> line 1.