Help for this page
my $hash = shift;
$hash = {a => "alpha"};
%{ $hash } = ( a => 'alpha', b => 'beta' );