my %hash = (abc => 1, def => 2); $key = 'abc'; $value = $hash{key}; # now try to use $value for something