Help for this page
Car Wheels=4 ... Bike Wheels=2 Color=Red
my %item = ( Car => { ... Color => 'Red' }, );
my %item = ( Car => { ... print "Blue things: @{$attr{Color}{Blue}}\n";