$hash{'food'} = 'Apple'; ${$hash{'food'}}{'color'} = 'Red'; print "$hash{food}{color}\n"; print "$Apple{color}\n";