$thisname{'frank'} = 1; $thisname{'lee'} = 2; $hashname = 'thisname'; print keys(%$hashname);