Help for this page
use strict; ... $hash{b} = 'mary'; $hash{a}[0] = 1;
a = bob b = mary
a = bob a = 1 b = mary