$VAR1 = bless( { 'Section2' => { 'key4' => 'value4', 'key5' => 'value5', 'key6' => [ 'value6', 'Comment 6' ] }, 'INI' => 'test.ini', 'Section1' => { 'key1' => 'value1', 'key2' => [ 'value2', 'Comment2' ], 'key3' => 'value3' } }, 'Config::Yacp' );