$VAR1 = { 'foo' => [ 'bar', 'and', 'something', 'else' ], 'this' => 'that', 'somekey' => { 'foo' => $VAR1->{'foo'} } };