sub util_remove_duplicates { my %hash; @hash{@{$_[0]}}=(); @{$_[0]}=keys %hash; }
In reply to Re: Removing Duplicates from Array Passed by Reference
by Skeeve
in thread Removing Duplicates from Array Passed by Reference
by arunhorne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |