print "Array:", $array[0]->{"one"}, "\n"; print "Hash:", $hash{"ref"}->{"one"}, "\n"; print "Ref:", $ref->{"one"}, "\n";