Help for this page
Select Code to Download
Select
or
download this
$hash{foo}{bar}{baz} = 'stuff';
Select
or
download this
$tmp = $hash{foo}; $tmp->{bar}{baz} = 'stuff'; $hash{foo} = $tmp;