There are a couple of things to point out.sub util_remove_duplicates { my $array_ref = shift; my %hash; @hash{@{$array_ref}} = (); return keys %hash; }
Cheers - L~R
In reply to Re: Removing Duplicates from Array Passed by Reference
by Limbic~Region
in thread Removing Duplicates from Array Passed by Reference
by arunhorne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |