in reply to Re: how to find a key from a hash
in thread how to find a key from a hash

Or slice it out:

  my $key = (keys %hash)[0];

• another intruder with the mooring in the heart of the Perl