in reply to Elements in array
Update: this code has nothing to do with the question, as tadman noticed :))) Bad kappa, no cookie and of course no more beer ;)my @array = qw(a b c d a a a a e); my %hash; @hash{@array} = 1 x @array; print join(':', keys %hash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Elements in array
by tadman (Prior) on May 17, 2002 at 16:03 UTC |