Help for this page
[MYSECTION] element: test1
[MYSECTION] element: test1 element: test2
use Config::Std; read_config 'test.cfg' => my %config; print $config{"MYSECTION"}{"element"} . "\n";