# Listing One: %hash = ( "123" => "abc", "456" => { # I'm chosing for a hashref here because "abc" => undef, # eventually we'll possibly replacing those "xyz" => undef, # undefs with something else. } "789" => "abc" );