in reply to Re^2: Using Storable Module with Multiple Hashes
in thread Using Storable Module with Multiple Hashes

That works well.
Just in case anyone else needs to use this
I think that the actual hashes are found by
%aa = %{$hashref->{a}}; %bb = %{$hashref->{b}};
Thanks to the Janaury helper monk