removing duplicate files in a array

use List::MoreUtils qw(uniq);

my @dup_list = qw(1 1 1 2 3 4 4);

my @uniq_list = uniq(@dups);

No comments:

Other Articles

Enter your email address: