If I have a hash
my %h = ( secret => 1; );
and I know that is only is one key in the hash, but I don\'t know what it is called.
my @keys = keys %h; my $key = $keys[0];