A slightly quicker version of dragonchilds unique() sub.
sub uniq2{ my %x; @x{ @_ } = (); keys %x }
In reply to Re^2: promoting array to a hash
by BrowserUk
in thread promoting array to a hash
by sleepingsquirrel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |