Help for this page
$b{$bid} = "The Diamond Age"; # $b{$bid}{foo} uses %{"The Diamond Age"} ... $b{$bid} = "b"; # $b{$bid}{foo} pollutes %b directly!
$b{$bid} = {};