$VAR1 = 'test'; $VAR2 = [ 'this', 'is', 'an', 'array' ]; $VAR1 = { 'one' => 'une', 'three' => sub { "DUMMY" }, 'two' => 'deux', 'four' => { 'uh' => 'oh', 'name' => [ 'Publius', 'Ovidius', 'Naso' ] } }; $VAR1 = undef;