Help for this page
my @a = qw( a a b c c c d e f e f e a f g h h h ); ... print "@a\n";
sub remove_duplicates(\@) { ... remove_duplicates( @a ); print "@a\n";