my $hash_w = { w => 100 }; my $hash_x = { x => 200 }; my $hash_y = {}; # no value, but in other cases it can have one my $hash_z = { z => 300 };