in reply to •Re: Comparing values in a hash
in thread Comparing values in a hash

I presume you're doing the first each loop for clarity of exposition; can't you just do: my %revhash = reverse %hash;Or am I missing something?

Replies are listed 'Best First'.
•Re: Re: •Re: Comparing values in a hash
by merlyn (Sage) on Sep 06, 2002 at 00:28 UTC