in reply to Re^3: How to check if a variable's value is equal to a member of a list of values
in thread How to check if a variable's value is equal to a member of a list of values
@hash1{@array} = ('value') x @array; @hash2{@array} = 0 .. $#array;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to check if a variable's value is equal to a member of a list of values
by cls33 (Novice) on Mar 25, 2013 at 16:30 UTC | |
by choroba (Cardinal) on Mar 25, 2013 at 16:35 UTC |