in reply to Re: Re: Looking up a hash by value
in thread Looking up a hash by value
my %rev; while ((undef, my $value) = each %forward) { $rev{$_} = 1; }
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Looking up a hash by value
by tomhukins (Curate) on Feb 26, 2001 at 14:20 UTC |