in reply to Re: Matching a KEY in a HASH
in thread Matching a KEY in a HASH
%category = ( Anim => 'Animation Projects', Build => 'Building/Structural Projects', CAD => 'CAD/CAM Engineering Projects', ); my $value; $value = (sort values %category); print "$value" if (exists($category{"$form{'USER_INPUT'}"})) ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Matching a KEY in a HASH
by merlyn (Sage) on May 14, 2001 at 21:46 UTC | |
|
Re: Re: Re: Matching a KEY in a HASH
by suaveant (Parson) on May 14, 2001 at 22:18 UTC | |
|
Re: Re: Re: Matching a KEY in a HASH
by Daddio (Chaplain) on May 14, 2001 at 22:26 UTC | |
by SysAdm (Novice) on May 15, 2001 at 01:01 UTC |