Help for this page
# Listing One: %hash = ( ... } "789" => "abc" );
# Listing Two: %hash = ( ... }, "789" => {"abc" => "xxx"} );
use strict; use warnings; ... # Final results: pp \%hash;