my $teams = { ... }; my $restaurants = { ... }; my %Businesses = ( teams => $teams, restaurants => $restaurants, );