%hash = ('name'=>'Scarborough'); #is better then %hash = (name =>'Scarborough'); #and $hash{'name'}; #is better then $hash{name} #when both ways seem work