Help for this page
package My::App; ... [section2] key1=default value 2-1
my $value = $self->_configuration()->{section1}->{key1} || $self->_default_configuration()->{section1}->{key1};