Help for this page
# This is my sample config file TEMPLATE_FOO = 1 ... Foo \ Bar \ Baz
use strict; use warnings; ... my %prev_config = $conf->getall; print dump(\%prev_config);
{ OPTION_THREE => "baz", ... TEMPLATE_FOO => 1, THIS_BREAKS => "MULTILINE\t= Foo\tBar\tBaz", }