Help for this page
$|++; my $href = { one => 1, two => 2 }; ... my $href = shift; $href->{baz} = 4; }
Before: $VAR1 = { ... 'one' => 1, 'two' => 2 };