Help for this page
my %Recipes = ( "YumYumStuff" => { ... $ref = $Recipes{$recipe}{ingredients}; print map "$_ = $ref->{$_}\n", sort keys %{$ref}; }