$VAR1 = 'Check'; $VAR2 = [ { 'name' => 'Keywords', 'config' => { 'InputFile' => './Backends/keywords.txt' }, 'attr' => { 'name' => 'Keywords', 'active' => 'true', 'type' => 'Check' } }, { 'name' => 'Variables', 'config' => { 'InputFile' => './Backends/variables.txt' }, 'attr' => { 'name' => 'Variables', 'active' => 'true', 'type' => 'Check' } } ]; $VAR3 = 'Report'; $VAR4 = [ { 'name' => 'Excel', 'config' => { 'Picture' => 'pic.png', 'OutputDirectory' => './Output/' }, 'attr' => { 'name' => 'Excel', 'active' => 'true', 'type' => 'Report' } } ];