my %hash = (one => 1, two => 2); print "$hash{one}\n";